UNPKG
live2d-widgets
Version:
latest (1.0.0)
1.0.0
1.0.0-rc.7
1.0.0-rc.6
1.0.0-rc.5
1.0.0-rc.4
1.0.0-rc.3
1.0.0-rc.2
1.0.0-rc.1
0.9.1
0.9.0
Live2D widget for web pages
github.com/stevenjoezhang/live2d-widget
stevenjoezhang/live2d-widget
live2d-widgets
/
src
/
waifu-tips.ts
9 lines
(6 loc)
•
153 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
/** *
@file
Export initWidget function to window. *
@module
waifu
-tips */
import
{ initWidget }
from
'./widget.js'
;
window
.
initWidget
= initWidget;