npm install readline-syncyarn add readline-syncpnpm add readline-sync<script src="https://fastly.jsdelivr.net/npm/readline-sync"></script><script src="https://unpkg.com/readline-sync"></script><script type="module">
import readlinesync from 'https://cdn.jsdelivr.net/npm/readline-sync/+esm';
</script><script type="module">
import readlinesync from 'https://cdn.skypack.dev/readline-sync';
</script>