UNPKG
@silkytone/danmu
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
弹幕的简单实现,实现普通弹幕或高级弹幕。
github.com/silky-tone/Danmu
silky-tone/Danmu
@silkytone/danmu
/
lib
/
utils
/
index.ts
8 lines
(5 loc)
•
170 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
// utils/index.ts;
export
*
from
'./object'
;
export
*
from
'./node'
;
//
TODO:
获取时间
export
const
getTime
= (
) =>
window
.
performance
?.
now
() ||
Date
.
now
();