UNPKG
@kcaitech/text2path
Version:
latest (1.0.0)
1.0.0
kcaitech text2path module
github.com/kcaitech/text2path
kcaitech/text2path
@kcaitech/text2path
/
dist
/
types
/
index.d.ts
2 lines
(1 loc)
•
126 B
TypeScript
View Raw
1
2
export
declare
function
text2path
(
font
:
string
,
fontSize
:
number
,
italic
:
boolean
,
weight
:
number
,
charCode
:
number
):
string
;