UNPKG
@designcombo/frames
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
github.com/designcombo/thumbnails
designcombo/thumbnails
@designcombo/frames
/
dist
/
dom-utils.d.ts
4 lines
(3 loc)
•
248 B
TypeScript
View Raw
1
2
3
4
export
declare
function
createEl
(
tagName
:
string
):
HTMLElement
;
export
declare
function
renderTxt2Img
(
txt
:
string
,
cssText
:
string
):
HTMLImageElement
;
export
declare
function
renderTxt2ImgBitmap
(
txt
:
string
,
cssText
:
string
):
Promise
<
ImageBitmap
>;