0.1.4 • Published 6 years ago

fetch-cdn v0.1.4

Weekly downloads
2
License
MIT
Repository
github
Last release
6 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

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago