Hi,
The Advanced usage and configuration section of the README has a small typo in the demo code. There is a missing r in the Posterizer's constructor name.
// current
var posterizer = new potrace.Posterize();
// corrected
var posterizer = new potrace.Posterizer();
Hi,
The Advanced usage and configuration section of the README has a small typo in the demo code. There is a missing r in the Posterizer's constructor name.