UNPKG

html2canvas-pro

Version:

Screenshots with JavaScript. Next generation!

5 lines (4 loc) 268 B
import { IPropertyTokenValueDescriptor } from '../IPropertyDescriptor'; import { CSSValue } from '../syntax/parser'; export declare const lineHeight: IPropertyTokenValueDescriptor; export declare const computeLineHeight: (token: CSSValue, fontSize: number) => number;