0.1.4 • Published 5 years ago

fetch-cdn v0.1.4

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Fetch js file from CDN

Used to load web workers from CDN/remote origin

Installation

$ npm install --save fetch-cdn

Usage

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)
}

License

MIT

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago