UNPKG

@aurigma/design-atoms

Version:

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

8 lines (7 loc) 247 B
export * from "./ColorParser"; export * from "./NamedColorConverter"; export * from "./RgbColorParser"; export * from "./CmykColorParser"; export * from "./LabColorParser"; export * from "./SpotColorParser"; export * from "./IColorParser";