CDN Resources for phantomjs-polyfill

Quick access to CDN links for the phantomjs-polyfill package

CDN Resources for phantomjs-polyfill
Various ways to access phantomjs-polyfill via Content Delivery Networks

Package Installation

npm
npm install phantomjs-polyfill
yarn
yarn add phantomjs-polyfill
pnpm
pnpm add phantomjs-polyfill

CDN 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>