UNPKG

potrace

Version:
11 lines (9 loc) 148 B
'use strict'; function Sum(x, y, xy, x2, y2) { this.x = x; this.y = y; this.xy = xy; this.x2 = x2; this.y2 = y2; } module.exports = Sum;