An open API service indexing awesome lists of open source software.

https://github.com/0k/jsc3l-browser

Browser-ready jsc3l implementation
https://github.com/0k/jsc3l-browser

Last synced: 6 months ago
JSON representation

Browser-ready jsc3l implementation

Awesome Lists containing this project

README

          

# jsc3l-browser

Browser-ready jsc3l implementation

## Usage

The package ``jsc3l-browser-test`` that you can find
[here](https://github.com/com-chain/jsc3l-browser-test) have nice
example of a typical usage of this package. You should probably have a
glance at it.

## Developers

Package is using `npm` to track dependendies, so you can install them
with:

```shell
npm install
```

As this package is written in `typescript`. You can transpile to
javascript and transpile on file change with:

```shell
## Compile and watch
npx tsc -w
```