Author: | pritipg |
---|---|
Views Total: | 457 views |
Official Page: | Go to website |
Last Update: | December 18, 2018 |
License: | MIT |
Preview:

Description:
A pure JavaScript and HTML5 canvas based polar clock which displays the current local time in polar coordinates.
How to use it:
Download the zip and link to the necessary JavaScript & CSS files in the document.
<link rel="stylesheet" href="css/clock.css"> <script src="js/clock.js"></script>
Create an HTML canvas element for the polar clock.
<canvas></canvas>