7.0.0 • Published 1 year ago

chronos-etu v7.0.0

Weekly downloads
58
License
CC-BY-NC-ND-4.0
Repository
-
Last release
1 year ago

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.

7.0.0

1 year ago

6.0.0

1 year ago

5.7.2

1 year ago

5.7.1

1 year ago

5.5.0

2 years ago

5.4.0

2 years ago

5.3.1

2 years ago

5.3.0

2 years ago

5.2.0

2 years ago

5.1.1

3 years ago

5.1.0

3 years ago

5.0.0

3 years ago

4.1.0

3 years ago

4.2.1

3 years ago

4.2.0

3 years ago

4.0.1

3 years ago

4.0.0

3 years ago

3.1.0

3 years ago

3.0.0

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago