Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 692 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 692 Bytes

studioclock.js

A studioclock written in js unsing svg.js

studioclock.js is licensed under the terms of the MIT License.

Usage

Include this plugin after including the svg.js library in your html document.

To fire up the clock:

var draw = SVG('clock').size(1000, 1000)
var clock = draw.studioclock('100%')
clock.start();

For a complete example look at index.html

You can find a hosted version of this clock at https://masterbase.at/studioclock/

Dependecies

Attribution