CDN Resources for phantom

Quick access to CDN links for the phantom package

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>