1.0.0 • Published 2 years ago

@kedos-srl/3dera-js v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

3Dera-JS

npm package Build Status Downloads Issues Code Coverage Commitizen Friendly Semantic Release

3DeraJS is the JavaScript library to access 3Dera core functionality

Install

npm install @kedos-srl/3dera-js

Usage

import HederaJS from '3dera-js';

const canvas = document.getElementById('3dera-canvas') as HTMLCanvasElement;
await HederaJS.init(canvas);
await HederaJS.start();