0.0.2 • Published 5 years ago

fizzx v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

FIZZX

A super simple physics library to put some spring into your interfaces

Getting Started

  1. npm i fizzx
  2. import Fizzx from 'fizzx'
  3. const demo = new Fizzx('.dot')
  4. demo.to(x, y)

Development

  1. git clone
  2. npm i
  3. 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