UNPKG

ink

Version:
7 lines (6 loc) 135 B
interface Output { width: number; height: number; } declare const _default: (text: string) => Output; export default _default;