@stenway/tbl-browser
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

TBL-Browser

About this package

This package is the browser-specific part mentioned in the environment-independent TBL package (You will find more information there about TBL in general). The package currently just contains a simple helper class to easily create a downloadable file.

Getting started

First get the TBL-Browser package installed with a package manager of your choice. If you are using NPM just run the following command:

npm install @stenway/tbl-browser

Create a TblDocument and pass it to the static method download of the static TblDownload class. Provide a file name as a second argument:

TblDownload.download(TblDocument.parse("Table\nColumn1 Column2\nValue1 Value2\nEnd"), "Test.tbl")

Package Sidebar

Install

npm i @stenway/tbl-browser

Weekly Downloads

1

Version

1.1.0

License

MIT

Unpacked Size

5.46 kB

Total Files

7

Last publish

Collaborators

  • stenway