You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Explanation of Build Files
UMD |
Size |
CommonJS |
Size |
dist/hotkeys.js |
8.37kb |
dist/hotkeys.common.js |
8.13kb |
dist/hotkeys.min.js |
3.62kb (gzipped: 1.73kb) |
dist/hotkeys.common.min.js |
(gzipped: 1.84kb) |
- UMD: UMD builds can be used directly in the browser via a
<script>
tag.
- CommonJS: CommonJS builds are intended for use with older bundlers like browserify or webpack.