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