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.

22 lines (21 loc) 717 B
export interface IViewerMessagesConfig { delete?: IViewerWarningMessageConfig; warningImageResolution: string; badImageResolution: string; moreThanOneWarning: string; safetyLinesViolationWarning: string; bleedViolationWarning: string; regionViolationWarning: string; textCropWarning: string; inPlaceNotSupportedWarning: string; rasterElementsViolationWarning: string; fontSizeViolationWarning: string; outOfPrintAreaViolationWarning: string; outOfPrintAreaViolationBad: string; maxArtworkSizeWarning: string; maxArtworkSizeCapture: string; } export interface IViewerWarningMessageConfig { enabled?: boolean; message?: string; }