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