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