TimezZ
With this plugin you can easily include the timer on your site, his works both ways.
Quick start
Install with npm.
npm i timezz
or download and install with script
.
<script src="timezz.min.js"></script>
or cdn
<!-- Latest --> <script src="https://cdn.jsdelivr.net/npm/timezz/dist/timezz.min.js"></script> <!-- With version --> <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/timezz.min.js"></script>
Initialization
new TimezZ('.j-timer');
Example Styling
.timer { font-size: 70px; } .timer span { color: #555; } .timer i { color: #bbb; font-size: 40px; }
Config and API you can find in our documentation.
© Valery Strelets