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

1.0.4 • Public • Published

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.

Package Sidebar

Install

npm i timelion

Weekly Downloads

5

Version

1.0.4

License

MIT

Unpacked Size

37.1 kB

Total Files

8

Last publish

Collaborators

  • techird