UNPKG

image-vectorizer

Version:

Potrace in Javascript, for NodeJS and Browser

12 lines (9 loc) 164 B
import Point from "./Point.js" function Opti() { this.pen = 0 this.c = [new Point(), new Point()] this.t = 0 this.s = 0 this.alpha = 0 } export default Opti