CDN Resources for clang-format

Quick access to CDN links for the clang-format package

CDN Resources for clang-format
Various ways to access clang-format via Content Delivery Networks

Package Installation

npm
npm install clang-format
yarn
yarn add clang-format
pnpm
pnpm add clang-format

CDN Links

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