Merge pull request #5991 from Karbust/master

Updated Three.js Detection
main
Elbert Alias 3 years ago committed by GitHub
commit bc052aca2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2600,9 +2600,11 @@
"cats": [ "cats": [
25 25
], ],
"oss": true,
"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.", "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", "icon": "three.js.png",
"js": { "js": {
"__THREE__": "^(.+)$\\;version:\\1",
"THREE.REVISION": "^(.+)$\\;version:\\1" "THREE.REVISION": "^(.+)$\\;version:\\1"
}, },
"scriptSrc": "three(?:\\.min)?\\.js", "scriptSrc": "three(?:\\.min)?\\.js",
@ -2642,4 +2644,4 @@
"implies": "Node.js", "implies": "Node.js",
"website": "https://totaljs.com" "website": "https://totaljs.com"
} }
} }