CDN Resources for pouchdb
Various ways to access pouchdb via Content Delivery Networks
Package Installation
npm
npm install pouchdb
yarn
yarn add pouchdb
pnpm
pnpm add pouchdb
CDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/pouchdb"></script>
Unpkg
<script src="https://unpkg.com/pouchdb"></script>
jsDelivr ESM
<script type="module">
import pouchdb from 'https://cdn.jsdelivr.net/npm/pouchdb/+esm';
</script>
Skypack
<script type="module">
import pouchdb from 'https://cdn.skypack.dev/pouchdb';
</script>
CDN Provider Resources
Learn more about the CDN services used to deliver these packages