CDN Resources for node-gyp-build

Quick access to CDN links for the node-gyp-build package

CDN Resources for node-gyp-build
Various ways to access node-gyp-build via Content Delivery Networks

Package Installation

npm
npm install node-gyp-build
yarn
yarn add node-gyp-build
pnpm
pnpm add node-gyp-build

CDN Links

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