Counter counter

The elusive and nice counter counter by bullgit

Usage

Install counter-counter via npm

import it in your JS (or add the script via a tag).

Use it:

import CounterCounter from 'counter-counter';

const c = new CounterCounter('count!', '#demo');
// arguments are optional

Demo