Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/svgdotjs/svg.clock.js

A clock built with the svg.js library, inspired by the swiss railway clock
https://github.com/svgdotjs/svg.clock.js

Last synced: about 2 months ago
JSON representation

A clock built with the svg.js library, inspired by the swiss railway clock

Awesome Lists containing this project

README

        

# svg.clock.js

A clock build with [svg.js](https://github.com/wout/svg.js), inspired by the swiss railway clock, designed by Hans Hilfiker.

Svg.clock.js is licensed under the terms of the MIT License.

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

Then fire up the clock:

```javascript
var draw = SVG('canvas').size(400, 400)
var clock = draw.clock('100%')
```

## Dependencies
- [svg.js](https://github.com/wout/svg.js)
- [svg.easing.js](https://github.com/wout/svg.easing.js)