@kedos-srl/3dera-js
v1.1.0
Published
A blazing fast powerful tool for 3D visualization with WASM engine
Maintainers
Readme
3Dera-JS
3DeraJS is the JavaScript library to access 3Dera core functionality
Install
npm install @kedos-srl/3dera-jsDocumentation
To see all available API options, take a look at the documentation
Usage
import HederaJS from '3dera-js';
const canvas = document.getElementById('3dera-canvas') as HTMLCanvasElement;
await HederaJS.init(canvas);
await HederaJS.start();