UNPKG
tikki
Version:
latest (3.0.2)
3.0.2
3.0.1
3.0.0
2.0.0
1.0.2
1.0.1
1.0.0
0.0.1
Minimalistic game/animation loop orchestrator
github.com/niklasramo/tikki
niklasramo/tikki
tikki
/
src
/
index.ts
8 lines
(4 loc)
•
161 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
export
*
from
'./Ticker.js'
;
export
*
from
'./AutoTicker.js'
;
export
*
from
'./utils/createRequestFrame.js'
;
export
*
from
'./utils/createXrRequestFrame.js'
;