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