0.5.3 • Published 11 years ago

flip-counter v0.5.3

Weekly downloads
3
License
-
Repository
-
Last release
11 years ago

flip-counter

install

npm install flip-counter

use

var flipcounter = require('flip-counter');

style

You can either copy the style file to your project, or reference it using npm-css in your style files.

@import 'flip-counter';

All rules are namespaced under flip-counter

image assets

The default stylesheet references image files found at /img/digits.png. You should make sure the img/digits.png is accessible via this path (copy or symlink) or provide your own css rule for the background image.

ln -s ../node_modules/flip-counter/img/digits.png .

If you wish to provide your own rule, see the css/counter.css file for which style to override.

Credits

Based on work by Chris Nanney

License

MIT