hrms-manual/node_modules/panzoom/lib/transform.js
2023-09-06 14:51:44 +07:00

7 lines
100 B
JavaScript

module.exports = Transform;
function Transform() {
this.x = 0;
this.y = 0;
this.scale = 1;
}