potrace icon indicating copy to clipboard operation
potrace copied to clipboard

A "1:1 output" JavaScript port of Potrace JS for NodeJS.

Results 3 potrace issues
Sort by recently updated
recently updated
newest added

Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) to 6.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `serialize-javascript` from 6.0.0 to 6.0.2 Release notes Sourced from serialize-javascript's releases. v6.0.2 fix:...

dependencies

Hey, I'd like to get this running in the browser. I noticed [jimp has documented browser support](http://jimp-dev.github.io/jimp/guides/browser/) so I thought it could be doable. 1. Do you think this is...

It would be nice to be able to just run this from the command line. Like `potrace ./x.png ./x.svg`. I even wrote a script like this: ``` #!/usr/bin/env node const...