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