fizzx
v0.0.2
Published
simple physics
Downloads
3
Readme
FIZZX
A super simple physics library to put some spring into your interfaces
Getting Started
npm i fizzx
import Fizzx from 'fizzx'
const demo = new Fizzx('.dot')
demo.to(x, y)
Development
git clone
npm i
npm 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