0.0.2 • Published 6 years ago
fizzx v0.0.2
FIZZX
A super simple physics library to put some spring into your interfaces
Getting Started
npm i fizzximport Fizzx from 'fizzx'const demo = new Fizzx('.dot')demo.to(x, y)
Development
git clonenpm inpm start
Running npm start runs Browsersync, which watches changes to your files in ./app and refreshes connected browsers so that you can see the effects of your changes live.
Building
npm run build compiles the library and updates it within the dist/ folder