UNPKG

@vctrl/viewer

Version:

vctrl/viewer is a React component library for rendering and interacting with 3D models. It's part of the vectreal ecosystem and is designed to work seamlessly with the vctrl/hooks package for model loading and management.

58 lines (57 loc) 1.43 kB
{ "version": "0.9.5", "name": "@vctrl/viewer", "description": "vctrl/viewer is a React component library for rendering and interacting with 3D models. It's part of the vectreal ecosystem and is designed to work seamlessly with the vctrl/hooks package for model loading and management.", "bugs": { "url": "https://github.com/vectreal/vectreal-core/issues" }, "homepage": "https://core.vectreal.com", "keywords": [ "vectreal", "react", "3d", "model", "viewer", "react-component", "react-three-fiber", "react-three-drei", "threejs", "react-three-gltf", "gltf", "glb", "usdz", "model-viewer" ], "repository": { "url": "git+https://github.com/vectreal/vectreal-core.git", "type": "https" }, "license": "AGPL-3.0-only", "main": "./index.js", "module": "./index.mjs", "types": "./index.d.ts", "type": "module", "publishConfig": { "access": "public" }, "exports": { ".": { "import": "./index.js", "require": "./index.cjs", "types": "./index.d.ts" }, "./css": "./style.css" }, "scripts": { "build-storybook": "storybook build", "chromatic": "npx chromatic --project-token=chpt_b3f4d26ac3d3190" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0" }, "dependencies": { "@react-three/drei": "^10.0.4", "@react-three/fiber": "^9.1.0", "three": "^0.168.0" } }