Releases: bfintal/Counter-Up2
Releases · bfintal/Counter-Up2
Added exported name
Prevent Layout Shift
v2.0.1 2.0.1
New Computation Method, Export JS Module, Support for Comma and Dots
- Enhanced counting up computation method - now dot and comma agnostic
- Added support for dots as thousand separators and commas as decimal points
- You can now count up things like:
1,234.00
1.234.567,89
and even unconventional numbers like123.456.7,8,9
- Doing an
import
now imports the modern JavaScript code, not the transpiled JS code