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)

13 lines 280 B
export class PsdEffect { get version() { return this._version; } get enabled() { return this._enabled; } constructor(opt) { this._version = opt.version; this._enabled = opt.enabled; } } //# sourceMappingURL=psd-effect.js.map