clocksterdeprecated

a simple clock for your web page

Usage no npm install needed!

<script type="module">
  import clockster from 'https://cdn.skypack.dev/clockster';
</script>

README

clockster

A simple css animated clock

A simple clock

install

npm install clockster

Usage

<link href="./clockster/lib/style.css" rel="stylesheet">
<script src="./clockster/clockster.min.js"></script>
clockster({
    date: new Date(),
    con: document.querySelector('.local'),
    name: 'Local'
});