Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 564 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 564 Bytes

jsc3l-browser

Browser-ready jsc3l implementation

Usage

The package jsc3l-browser-test that you can find here 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:

npm install

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

## Compile and watch
npx tsc -w