CDN Resources for autoprefixer
Various ways to access autoprefixer via Content Delivery Networks
Package Installation
npm
npm install autoprefixer
yarn
yarn add autoprefixer
pnpm
pnpm add autoprefixer
CDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/autoprefixer"></script>
Unpkg
<script src="https://unpkg.com/autoprefixer"></script>
jsDelivr ESM
<script type="module">
import autoprefixer from 'https://cdn.jsdelivr.net/npm/autoprefixer/+esm';
</script>
Skypack
<script type="module">
import autoprefixer from 'https://cdn.skypack.dev/autoprefixer';
</script>
CDN Provider Resources
Learn more about the CDN services used to deliver these packages