tiny-timer
tiny-timer copied to clipboard
:clock2: Small countdown timer and stopwatch module.
Results
2
tiny-timer issues
Sort by
recently updated
recently updated
newest added
Hello everyone, thanks for yours work on this project. Now, mitt update to `v3.0`,bring some new features. It's time to consider upgrading it.
Each on event gets triggered exactly 6 times for one timer. ``` import Timer from 'tiny-timer' const timer = new Timer({ interval: 1000, stopwatch: false }) timer.on('statusChanged', (status) => {...