From c8f5a93c6ebe7d28bb35a3a7711547473fa51469 Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 25 Jan 2023 13:28:37 +0600 Subject: [PATCH] Update three.js / js-graph --- src/technologies/t.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/technologies/t.json b/src/technologies/t.json index 7590511b0..c6941afa0 100644 --- a/src/technologies/t.json +++ b/src/technologies/t.json @@ -3323,6 +3323,7 @@ ], "description": "Three.js is a cross-browser JavaScript library and application programming interface used to create and display animated 3D computer graphics in a web browser using WebGL.", "icon": "three.js.png", + "dom": "canvas[data-engine*='three.js']", "js": { "THREE.REVISION": "^(.+)$\\;version:\\1", "__THREE__": "^(.+)$\\;version:\\1"