
A native JavaScript library used to render an Analog Clock on the webpage using HTML5 canvas.
How to use it:
Import the coolock.js script into your html page.
<script src="coolock.js"></script>
Create a container element in which you want to place the analog clock.
<div id="coolockWrapper"></div>
Create a new Coolock object and specify the height / width of the analog clock.
new Coolock(180, 180);







