```js await loadJS([ ["three", "./js/three.js"], ["stats", "./js/stats.min.js"], ["jquery", "./js/jquery.js"] ]);
npm install @ventose/utils-loadjsjs
await loadJS([
["three", "./js/three.js"],
["stats", "./js/stats.min.js"],
["jquery", "./js/jquery.js"]
]);
``