Get web worker from cdn/remote origin
npm install fetch-cdn
sh
$ npm install --save fetch-cdn
`
$3
`js
import fetchCDN from 'fetch-cdn'
// or use from cdn
// import fetchCDN from 'https://www.unpkg.com/browse/fetch-cdn@0.1.4'
async function getLocalUrl(remoteUrl){
return await fetchCDN(remoteUrl)
}
``