hrms-manual/node_modules/panzoom/lib/transform.js

8 lines
100 B
JavaScript
Raw Normal View History

2023-09-06 14:51:44 +07:00
module.exports = Transform;
function Transform() {
this.x = 0;
this.y = 0;
this.scale = 1;
}