chronos-etu
v7.0.0
Published
Chronos-Etu UI Widget for navigation, selecting and playing back across time
Downloads
683
Maintainers
Readme
Chronos-Etu
Overview
UI Widget for navigation, selecting and playing back time
NPM
npm install --save chronos-etu
Basic Usage
import { TimeSlider } from 'chronos-etu';
const container = document.getElementById("container");
const ts = new TimeSlider(container.clientWidth, 150, "2022-02-01T13:56:19Z", "2023-02-01T13:56:19Z")
ts.on('appready', () => {
container.appendChild(ts.view());
});
Built With
- Pixi.js - The HTML5 Creation Engine
- Redux - A state container for Javascript apps
- TypeScript - Strictly typed version of Javascript
License
This sample is licensed under the terms of the CC BY-NC-ND 4.0. Please see the LICENSE file for full details.