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.

9 lines (8 loc) 253 B
export declare class TextProcessor { getTextForFrameMeasure(text: string): string; private _isEmptyFirstLine; private _insertIntoFirstLine; private _isEmptyLastLine; private _insertIntoLastLine; private _normalizeTags; }