Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 666 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 666 Bytes

Enigma

A JavaScript canvas clock demo inspired by Enigma watch face for Pebble watch.

Based on @chadheim's C code.

File Description
enigma.js ES5 version
enigma.min.js Minified ES5 version
enigma_ts.js ES6 version created by TypeScript 1.5 compiler
enigma_ts.ts TypeScript version
index.html the page
README.md you reading it now
tsconfig.json specifies the root files and the compiler options required to compile the project