UNPKG

image-vectorizer

Version:

Potrace in Javascript, for NodeJS and Browser

10 lines (8 loc) 121 B
function Sum(x, y, xy, x2, y2) { this.x = x this.y = y this.xy = xy this.x2 = x2 this.y2 = y2 } export default Sum