CDN Resources for nightmare

Quick access to CDN links for the nightmare package

CDN Resources for nightmare
Various ways to access nightmare via Content Delivery Networks

Package Installation

npm
npm install nightmare
yarn
yarn add nightmare
pnpm
pnpm add nightmare

CDN Links

jsDelivr
<script src="https://fastly.jsdelivr.net/npm/nightmare"></script>
Unpkg
<script src="https://unpkg.com/nightmare"></script>
jsDelivr ESM
<script type="module">
  import nightmare from 'https://cdn.jsdelivr.net/npm/nightmare/+esm';
</script>
Skypack
<script type="module">
  import nightmare from 'https://cdn.skypack.dev/nightmare';
</script>