chronos-etu
TypeScript icon, indicating that this package has built-in type declarations

7.0.0 • Public • Published

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.

Package Sidebar

Install

npm i chronos-etu

Weekly Downloads

75

Version

7.0.0

License

CC-BY-NC-ND-4.0

Unpacked Size

1.08 MB

Total Files

16

Last publish

Collaborators

  • leemi