UNPKG
vue-pose
Version:
latest (0.5.1)
0.5.1
0.5.0
0.4.2
0.4.1
0.4.0
0.3.0
0.2.0
0.1.1
0.1.0
A declarative animation library for Vue
Popmotion/popmotion
vue-pose
/
src
/
global.ts
4 lines
(2 loc)
•
56 B
text/typescript
View Raw
1
2
3
4
import
posed
from
'./'
; (
window
as
any
).
posed
= posed;