CDN Resources for readline-sync

Quick access to CDN links for the readline-sync package

CDN Resources for readline-sync
Various ways to access readline-sync via Content Delivery Networks

Package Installation

npm
npm install readline-sync
yarn
yarn add readline-sync
pnpm
pnpm add readline-sync

CDN Links

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