UNPKG

@aurigma/design-atoms-model

Version:

Design Atoms is a part of Customer's Canvas SDK which allows for manipulating individual design elements through your code.

10 lines 266 B
export class Watermark { clone() { const clone = new Watermark(); clone.storageId = this.storageId; clone.width = this.width; clone.height = this.height; return clone; } } //# sourceMappingURL=Watermark.js.map