UNPKG
html-to-image-skippable-font
Version:
latest (1.0.0)
1.0.0
Forks Bubkoo's html-to-image implementing skippable font reduction.
github.com/bubkoo/html-to-image
html-to-image-skippable-font
/
es
/
apply-style.d.ts
3 lines
(2 loc)
•
131 B
TypeScript
View Raw
1
2
3
import
type
{
Options
}
from
'./types'
;
export
declare
function
applyStyle<T
extends
HTMLElement
>(
node
: T,
options
:
Options
): T;