UNPKG

ink

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