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)

8 lines 272 B
export var IcoType; (function (IcoType) { IcoType[IcoType["invalid"] = 0] = "invalid"; IcoType[IcoType["ico"] = 1] = "ico"; IcoType[IcoType["cur"] = 2] = "cur"; })(IcoType || (IcoType = {})); export const IcoTypeLength = 3; //# sourceMappingURL=ico-type.js.map