Packages

Phoenix component and LiveView hook for displaying 3D Gaussian splats in the browser, wrapping the PlayCanvas engine.

Current section

Files

Jump to
splat_viewer package.json
Raw

package.json

{
"name": "splat_viewer",
"version": "0.1.0",
"description": "LiveView hook for displaying 3D Gaussian splats",
"license": "MIT",
"type": "module",
"main": "priv/static/splat_viewer.js",
"exports": {
".": "./priv/static/splat_viewer.js"
},
"files": ["priv/static/splat_viewer.js"],
"peerDependencies": {
"playcanvas": "^2.21.0"
},
"peerDependenciesMeta": {
"playcanvas": { "optional": true }
}
}