Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.07 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.07 KB

image2pattern

A simple electron app to convert an image to a cross-stitch pattern.

Status

CircleCI

Setup Instructions

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.

To begin working locally:
  1. Fork this repository to your own GitHub account
  2. Clone it to your local device
  3. Install the dependencies: npm install
  4. 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.