UNPKG

html-to-image-skippable-font

Version:

Forks Bubkoo's html-to-image implementing skippable font reduction.

3 lines (2 loc) 131 B
import type { Options } from './types'; export declare function applyStyle<T extends HTMLElement>(node: T, options: Options): T;