UNPKG

image-in-browser

Version:

Package for encoding / decoding images, transforming images, applying filters, drawing primitives on images on the client side (no need for server Node.js)

7 lines 303 B
export var TrimMode; (function (TrimMode) { TrimMode[TrimMode["transparent"] = 0] = "transparent"; TrimMode[TrimMode["topLeftColor"] = 1] = "topLeftColor"; TrimMode[TrimMode["bottomRightColor"] = 2] = "bottomRightColor"; })(TrimMode || (TrimMode = {})); //# sourceMappingURL=trim-mode.js.map