This folder contains a working demo of Circalify.
Full-featured demo - Just double-click to run!
This file loads Circalify from the CDN (unpkg) and can be opened directly in your browser. No server needed, just double-click the file!
When using Circalify in your own projects, you have two options:
Option 1: Via npm + bundler (recommended)
npm install circalifyOption 2: Via CDN
<script type="module">
import CircularTimeline from 'https://unpkg.com/circalify/src/index.js';
// Your code
</script>See the main README for full documentation.