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