0.1.2 • Published 8 months 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-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"