UNPKG
@shuding/opentype.js
Version:
beta (1.4.0-beta.0)
latest (1.3.5)
1.4.0-beta.0
1.3.5
1.3.4
OpenType font parser
github.com/opentypejs/opentype.js
opentypejs/opentype.js
@shuding/opentype.js
/
src
/
index.js
6 lines
(3 loc)
•
101 B
JavaScript
View Raw
1
2
3
4
5
6
import
*
as
opentype
from
'./opentype.js'
;
export
default
opentype;
export
*
from
'./opentype.js'
;