nonogram-editor
v1.0.7
Published
A web component for displaying/editing nonogram puzzles
Downloads
10
Maintainers
Readme
Nonogram editor
A component for editing nonogram puzzles
Setup
Install dependencies:
npm i
Build
This sample uses the TypeScript compiler to produce JavaScript that runs in modern browsers.
To build the JavaScript version of your component:
npm run build
To watch files and rebuild when the files are modified, run the following command in a separate shell:
npm run build:watch
Dev Server
To run the dev server and open the project in a new browser tab:
npm run serve
There is a development HTML file located at /dev/index.html
that you can view at http://localhost:8000/dev/index.html.