You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 varposterizer=newpotrace.Posterize();// correctedvarposterizer=newpotrace.Posterizer();
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: