1.0.4 • Published 5 years ago

timelion v1.0.4

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

timelion-javascript

Timelion expression generator in javascript, for convinent of writing timelion expressions.

Typescript is supported (and strongly recommended because this library contains typings reference the official document).

Install

npm install timelion --save

Usage

const { timelion } = require("timelion");

timelion
  .es({ q: "*", index: "my_index" })
  .lines({ width: 2, fill: 1 })
  .color('#ff6')
  .compile();

Run the example above in runkit.

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago