Design by Anderson Mancini
About webgi: https://webgi.xyz/
Showcase Products in Full 3D with Incredible Details on websites and apps
First install the dependencies:
npm installTo run the project in development mode:
npm startThen navigate to http://localhost:1234/index.html in a web browser to see the default scene in a viewer.
The assets are stored in the assets directory.
To build the project for production:
npm run buildCheck the webgi manual for the latest version. To use the different version:
- Update the version number in
package.jsonfile for bothwebgiand@types/webgi. - Run
npm installto update the dependencies. - Delete
.cachefolder created by parcel bundler:rm -rf .cache - Run
npm startornpm run buildto run or build the project.
For the latest version and documentation: WebGi Docs.
For license and terms of use, see the SDK License.