Skip to content

0k/jsc3l-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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