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.

9 lines 265 B
var OpenTypeFeature = /** @class */ (function () { function OpenTypeFeature(tag, value) { this.tag = tag; this.value = value; } return OpenTypeFeature; }()); export { OpenTypeFeature }; //# sourceMappingURL=OpenTypeFeature.js.map