Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 359 Bytes

usage.md

File metadata and controls

20 lines (13 loc) · 359 Bytes

Installation and usage

The library is distributed via NPM and can be installed using:

npm install table-engine

or when using yarn:

yarn add table-engine

Usage

The usage depends on the context you want it used in.

  • JavaScript: Check here
  • TypeScript (for example Angular): Check here