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