UNPKG

wide-text

Version:
9 lines (8 loc) 252 B
import { Options } from 'wide-text-types'; /** * Create wide text from normal text * @param text Input text * @param options Options */ export declare function createWideText(text: string, options?: Options): string; export default createWideText;