scene-gl
v0.1.2
Published
React 3D Viewer component that extends ThreeJS with more model type support while imitating the workflow of deck.gl
Downloads
7
Readme
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-gl
Building and Publishing the Library
Make sure the components that you want to export are added into src/index.ts
Building the library:
npm run build
Login
npm login
Publishing
npm publish
Updating version:
Go to package.json
and update the "version"
parameter. Example: "version": "0.0.6"