UNPKG

panzoom

Version:

Extensible, mobile friendly pan and zoom framework (supports DOM and SVG).

8 lines (6 loc) 100 B
module.exports = Transform; function Transform() { this.x = 0; this.y = 0; this.scale = 1; }