Deno Logo  CDN for Deno

To use GitHub or Deno Land as a package registry for Deno, you only need to replace github.com or deno.land with cdn.vfiles.no like this:
https://cdn.vfiles.no/user or x/repo or repo@tag/path/to/file
Example:

  import { opn } from 'https://cdn.vfiles.no/hashrock/deno-opn/opn.ts'
  opn('https://deno.land')