# @stenway/tbl-browser

> TBL helper methods for the browser environment

Latest version **1.1.0** (published 2023-09-04) · MIT license · 0 weekly downloads

## Install

```sh
npm install @stenway/tbl-browser
pnpm add @stenway/tbl-browser
yarn add @stenway/tbl-browser
bun add @stenway/tbl-browser
```

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.0 |
| Published | 2023-09-04 |
| First published | 2022-10-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM |
| Dependencies | 2 |
| Unpacked size | 5.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Stefan John |
| Maintainers | stenway |
| Keywords | table, csv, tsv, wsv, sml, meta data, data format, data, file format, tbl, tbls |

## Links

- npm: https://www.npmjs.com/package/@stenway/tbl-browser
- Repository: https://github.com/Stenway/TBL-Browser-TS
- Homepage: https://www.simpleml.com
- Issues: https://github.com/Stenway/TBL-Browser-TS/issues
- npm.io page: https://npm.io/package/@stenway/tbl-browser

## Dependencies (2)

- [@stenway/tbl](https://npm.io/package/@stenway/tbl.md) ^1.1.1
- [@stenway/reliabletxt](https://npm.io/package/@stenway/reliabletxt.md) ^1.1.0

## Alternatives

- [@lexical/table](https://npm.io/package/@lexical/table.md) — 3.0M weekly downloads
- [mantine-datatable](https://npm.io/package/mantine-datatable.md) — 98.2K weekly downloads
- [react-native-collapsible-tab-view](https://npm.io/package/react-native-collapsible-tab-view.md) — 70.6K weekly downloads
- [@handsontable/vue3](https://npm.io/package/@handsontable/vue3.md) — 16.1K weekly downloads
- [vuewordcloud](https://npm.io/package/vuewordcloud.md) — 7.2K weekly downloads

## Recent versions

- 1.1.0 (latest) — 2023-09-04
- 0.8.0 — 2023-08-22
- 0.7.0 — 2023-08-18
- 0.2.0 — 2023-05-18
- 0.1.0 — 2023-02-11
- 0.0.1 — 2022-10-29

## README

# TBL-Browser

## About this package

This package is the **browser-specific part** mentioned in the environment-independent **[TBL](https://www.npmjs.com/package/@stenway/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:

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

---
_Source: https://npm.io/package/@stenway/tbl-browser · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
