sf-static/portfolio/node_modules/imgr/lib/constants.js
2023-02-28 19:21:07 +01:00

8 lines
101 B
JavaScript

var imgr = exports;
imgr.TOP = 1;
imgr.LEFT = 2;
imgr.CENTRE = 3;
imgr.RIGHT = 4;
imgr.BOTTOM = 5;