0.1.3 • Published 1 year ago

@com-chain/jsc3l-browser v0.1.3

Weekly downloads
-
License
AGPL-3.0
Repository
github
Last release
1 year ago

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