UNPKG
imgr-le
Version:
latest (0.10.5)
0.10.5
Image resizing, cropping, optimisation and serving
github.com/StudioLE/imgr
StudioLE/imgr
imgr-le
/
lib
/
constants.js
9 lines
(6 loc)
•
109 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
var
imgr
=
exports
; imgr.TOP =
1
; imgr.LEFT =
2
; imgr.CENTRE =
3
; imgr.RIGHT =
4
; imgr.BOTTOM =
5
;