0.1.2 • Published 1 year ago
scene-gl v0.1.2
SceneGL
SceneGL is a React component library package that allows rendering of 3D models in a scene viewer as a modular React component.
Installation
npm install screen-glBuilding and Publishing the Library
Make sure the components that you want to export are added into src/index.ts
Building the library:
npm run buildLogin
npm loginPublishing
npm publishUpdating version:
Go to package.json and update the "version" parameter. Example: "version": "0.0.6"