0.0.2 • Published 5 years ago

github-to-cdn v0.0.2

Weekly downloads
3
License
MIT
Repository
-
Last release
5 years ago

github-to-cdn

Mainly convert github address to cdn address to speed up the website. cdn by jsdelivr.com

npm.io

Support site types

exmaples

import ghCDN from 'github-to-cdn'

// the reutrn `string` type

const linkToObject = ghCDN({
  username: 'd1y',
  repo: 'ass-we-can',
  path: 'src/lite.json',
  branch: 'master'
})

const linkToString = ghCDN(`https://github.com/d1y/ass-we-can/blob/master/src/lite.json`)

console.log(linkToObject)
console.log(linkToString)
0.0.2

5 years ago

0.0.1

5 years ago