25 lines
631 B
JSON
25 lines
631 B
JSON
{
|
|
"name": "@cesium/wasm-splats",
|
|
"type": "module",
|
|
"collaborators": [
|
|
"Cesium GS, Inc. <https://cesium.com>"
|
|
],
|
|
"description": "Contains high-performance algorithms used in the rendering of Gaussian Splats in CesiumJS.",
|
|
"version": "0.1.0-alpha.2",
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/CesiumGS/cesium-wasm-utils"
|
|
},
|
|
"files": [
|
|
"wasm_splats_bg.wasm",
|
|
"wasm_splats.js",
|
|
"wasm_splats.d.ts"
|
|
],
|
|
"main": "wasm_splats.js",
|
|
"homepage": "https://cesium.com/cesiumjs/",
|
|
"types": "wasm_splats.d.ts",
|
|
"sideEffects": [
|
|
"./snippets/*"
|
|
]
|
|
} |