UNPKG
happy-weapp-template
Version:
latest (1.0.1)
1.0.1
1.0.0
happy小程序脚手架模板
github.com/cilla123/happy-weapp-template
cilla123/happy-weapp-template
happy-weapp-template
/
vendor
/
tween.js
7 lines
(5 loc)
•
111 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
TWEEN
from
'tween.js'
TWEEN
.
now
=
function
(
) {
return
new
Date
().
getTime
() }
global
.
TWEEN
=
TWEEN