Karbust 3 years ago
parent e262353fdc
commit 20bd9cf6c3
No known key found for this signature in database
GPG Key ID: 780A9A2A5273378D

@ -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": {
"window.__THREE__": "^(.+)$\\;version:\\1",
"THREE.REVISION": "^(.+)$\\;version:\\1" "THREE.REVISION": "^(.+)$\\;version:\\1"
}, },
"scriptSrc": "three(?:\\.min)?\\.js", "scriptSrc": "three(?:\\.min)?\\.js",