SourceTermAnalysisSystem_vue/node_modules/@cesium/wasm-splats/package.json
2026-05-15 10:22:44 +08:00

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/*"
]
}