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