@kedos-srl/3dera-js

A blazing fast powerful tool for 3D visualization with WASM engine

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@kedos-srl/3dera-js
1.0.02 years ago2 years agoMinified + gzip package size for @kedos-srl/3dera-js in KB

Readme

3Dera-JS
!npm packagenpm-imgnpm-url !Build Statusbuild-imgbuild-url !Downloadsdownloads-imgdownloads-url !Issuesissues-imgissues-url !Code Coveragecodecov-imgcodecov-url !Commitizen Friendlycommitizen-imgcommitizen-url !Semantic Releasesemantic-release-imgsemantic-release-url
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();