mirror of
https://github.com/Doodle3D/Doodle3D-API
synced 2024-11-19 17:17:56 +01:00
add url search params
This commit is contained in:
parent
9e12026073
commit
adc83ec4c2
900
package-lock.json
generated
900
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -14,6 +14,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"eventdispatcher.js": "0.0.2",
|
||||
"url-search-params-polyfill": "^2.0.2",
|
||||
"whatwg-fetch": "^2.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -1,3 +1,4 @@
|
||||
import 'url-search-params-polyfill';
|
||||
import 'whatwg-fetch';
|
||||
|
||||
import Doodle3DManager from './doodle3dmanager.js';
|
||||
|
Loading…
Reference in New Issue
Block a user