angular-three-gltf
Advanced tools
{ | ||
"name": "angular-three-gltf", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "GLTF to Angular Three converter", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -324,3 +324,3 @@ import THREE from "three"; | ||
const firstProps = handleAngularInputs(first); | ||
const regex = /([a-z-A-Z]*)={([a-zA-Z0-9\.\[\]\-\,\ \/]*)}/g; | ||
const regex = /\[([a-z-A-Z]*)\]=\"([a-zA-Z0-9\.\[\]\-\,\ \/]*)\"/g; | ||
const keys1 = [...result.matchAll(regex)].map(([, match]) => match); | ||
@@ -327,0 +327,0 @@ const values1 = [...result.matchAll(regex)].map(([, , match]) => match); |
153965
0