Add existing to tracked
This commit is contained in:
+25
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"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/*"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user