CDN Resources for cypress-react-selector

Quick access to CDN links for the cypress-react-selector package

CDN Resources for cypress-react-selector
Various ways to access cypress-react-selector via Content Delivery Networks

Package Installation

npm
npm install cypress-react-selector
yarn
yarn add cypress-react-selector
pnpm
pnpm add cypress-react-selector

CDN Links

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