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
- Host: GitHub
- URL: https://github.com/0k/jsc3l-browser
- Owner: 0k
- License: agpl-3.0
- Created: 2021-11-17T18:07:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-29T08:51:03.000Z (over 3 years ago)
- Last Synced: 2025-01-21T10:51:17.669Z (over 1 year ago)
- Language: TypeScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```