A simple electron app to convert an image to a cross-stitch pattern.
Not currently packaged as an executable application on any platform. To run you will need to have node installed and running on your local system.
- Fork this repository to your own GitHub account
- Clone it to your local device
- Install the dependencies:
npm install
- Run the app by starting electron, building the code and watch for changes:
npm start
A couple test wrappers to aid debugging and development:
npm run image-test
npm run gen-test
Pull requests and suggestions welcome.