A web component for displaying/editing nonogram puzzles
npm install nonogram-editorA component for editing nonogram puzzles
Install dependencies:
``bash`
npm i
This sample uses the TypeScript compiler to produce JavaScript that runs in modern browsers.
To build the JavaScript version of your component:
`bash`
npm run build
To watch files and rebuild when the files are modified, run the following command in a separate shell:
`bash`
npm run build:watch
To run the dev server and open the project in a new browser tab:
`bash`
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.