CDN Resources for autoprefixer

Quick access to CDN links for the autoprefixer package

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>