evilscientress / studioclock.js

A studioclock written in js unsing SVG.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A studioclock written in js unsing SVG.js

License:MIT License


Languages

Language:JavaScript 98.1%Language:CSS 1.4%Language:HTML 0.6%