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.

7 lines 170 B
export class OpenTypeFeature { constructor(tag, value) { this.tag = tag; this.value = value; } } //# sourceMappingURL=OpenTypeFeature.js.map