UNPKG

flowmolio

Version:

[![Tests](https://github.com/vladvlasov256/flowmolio/actions/workflows/test.yml/badge.svg)](https://github.com/vladvlasov256/flowmolio/actions/workflows/test.yml) [![Coverage](https://codecov.io/gh/vladvlasov256/flowmolio/branch/main/graph/badge.svg)](htt

3 lines (2 loc) 166 B
import { FontConfig } from './textUtils'; export declare function measureText(text: string, { fontFamily, fontSize, fontWeight, letterSpacing }: FontConfig): number;