A Pwet component to play with Zwip animations
To show it in action :
- clone the repo :
git clone https://github.com/Gastonite/zwip-player
- Install zwip-player dependencies:
- if you are using yarn :
yarn
- if you are using npm :
npm i
- After dependences are installed, go to one example directory :
cd examples/<example-name>
- install example dependencies and run dev npm script:
- if you are using yarn :
yarn && yarn dev
- if you are using npm :
npm i && npm run dev
Now the demo is visible at http://localhost:3000
- if you are using yarn :
yarn add -D zwip-player
- if you are using npm :
npm i -D zwip-player