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
/
embed-webfonts.d.ts
4 lines
(3 loc)
•
259 B
TypeScript
View Raw
1
2
3
4
import
type
{
Options
}
from
'./types'
;
export
declare
function
getWebFontCSS<T
extends
HTMLElement
>(
node
: T,
options
:
Options
):
Promise
<
string
>;
export
declare
function
embedWebFonts<T
extends
HTMLElement
>(
clonedNode
: T,
options
:
Options
):
Promise
<
void
>;