@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 • 379 B
JavaScript
export var PrintAreaBoundsType;
(function (PrintAreaBoundsType) {
PrintAreaBoundsType[PrintAreaBoundsType["Trim"] = 0] = "Trim";
PrintAreaBoundsType[PrintAreaBoundsType["Bleed"] = 1] = "Bleed";
PrintAreaBoundsType[PrintAreaBoundsType["Total"] = 2] = "Total";
})(PrintAreaBoundsType || (PrintAreaBoundsType = {}));
//# sourceMappingURL=PrintAreaBoundsType.js.map