UNPKG

image-vectorizer

Version:

Potrace in Javascript, for NodeJS and Browser

13 lines (11 loc) 173 B
function Path() { this.area = 0 this.len = 0 this.curve = {} this.pt = [] this.minX = 100000 this.minY = 100000 this.maxX = -1 this.maxY = -1 } export default Path