iobroker.mywebui 1.42.35 → 1.42.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/io-package.json
CHANGED
package/package.json
CHANGED
|
@@ -20,6 +20,7 @@ const importMapRuntime = {
|
|
|
20
20
|
"long": "./node_modules/long/index.js",
|
|
21
21
|
"@adobe/css-tools": "./node_modules/@adobe/css-tools/dist/esm/adobe-css-tools.mjs",
|
|
22
22
|
"three": "./3d-lib/three.module.js",
|
|
23
|
+
"three/webgpu": "./3d-lib/three.webgpu.js",
|
|
23
24
|
"three/addons/": "./3d-lib/jsm/",
|
|
24
25
|
"three-gpu-pathtracer": "data:text/javascript,export class WebGLPathTracer{constructor(){}setScene(){}renderSample(){}updateCamera(){}updateEnvironment(){}updateMaterials(){}get samples(){return 0;}filterGlossyFactor=0.5;}",
|
|
25
26
|
"three-mesh-bvh": "data:text/javascript,export const MeshBVH={};export const acceleratedRaycast=()=>{};export const computeBoundsTree=()=>{};export const disposeBoundsTree=()=>{};"
|