sf-static/portfolio/node_modules/imgr/lib/constants.js

9 lines
101 B
JavaScript
Raw Permalink Normal View History

2023-02-28 18:21:07 +00:00
var imgr = exports;
imgr.TOP = 1;
imgr.LEFT = 2;
imgr.CENTRE = 3;
imgr.RIGHT = 4;
imgr.BOTTOM = 5;