CDN Resources for nightmare
Various ways to access nightmare via Content Delivery Networks
Package Installation
npm
npm install nightmareyarn
yarn add nightmarepnpm
pnpm add nightmareCDN 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>CDN Provider Resources
Learn more about the CDN services used to deliver these packages