Installation
Install from NPM
npm i --save when-key-events
Wherever you want to use it:
import When from 'when-key-events';
or use the CDN:
<script src="https://unpkg.com/when-key-events@latest/dist/When.js"></script>
Install from NPM
npm i --save when-key-events
Wherever you want to use it:
import When from 'when-key-events';
or use the CDN:
<script src="https://unpkg.com/when-key-events@latest/dist/When.js"></script>