Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/carry0987/canvas-clock

A simple canvas clock
https://github.com/carry0987/canvas-clock

canvas css html javascript

Last synced: 11 days ago
JSON representation

A simple canvas clock

Awesome Lists containing this project

README

        

# Canvas-clock
**A simple canvas clock**

## Usage
You can change color in **[time.js](./js/time.js#L4-L6)** file :

```
var circlecolor = '#00ffff'; //Circle color
```
```
var fontcolor = '#00ffff'; //Font color
```
```
var backgroundcolor = '#03303a'; //Background shadow color
```

## Demo
[Demo](https://carry0987.github.io/Canvas-Clock/)

## Download
[Download](https://github.com/carry0987/Canvas-Clock/releases)