blip-clock

A blipety clock

Usage no npm install needed!

<script type="module">
  import blipClock from 'https://cdn.skypack.dev/blip-clock';
</script>

README

blip-clock

A node module that draws a blipety clock on the screen. Here is a live demo.

Installation

npm install blip-clock --save

Usage

  • Require blip-clock in your project.
  • Add a canvas to your HTML and supply it to the blip-clock.blip method.
  • If the canvas doesn't have any height and width attributes then a default of 400px x 400px will be used.
  • blip-clock takes care of the rest! Have fun!