Run your local copy of Contourer for development
Clone repository
$ git clone https://github.com/stickerum/contourer
$ cd contourer
Install Node.js dependencies
$ npm i
To process image with Contourer pass path to this image
$ npm start <path-to-file>
Create binary files to use Contourer on production by the following script.
$ npm run pack
Binaries for Linux, macOS and Windows will be created in build
directory.