@coconut-xr/natuerlich
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -55,3 +55,3 @@ import { Matrix4, Quaternion } from "three"; | ||
export function getHandPose(path, baseUrl) { | ||
const href = [path, baseUrl].join("/").replace(/\/(\/)+/, "/"); | ||
const href = [path, baseUrl].join("/").replace(/(?<!https:)(?<!http:)\/(\/)+/g, "/"); | ||
const pose = poseStorage.get(href); | ||
@@ -58,0 +58,0 @@ if (pose != null) { |
{ | ||
"name": "@coconut-xr/natuerlich", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "repository": { |
111567