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.
hotkeys/dist
jaywcjlove 8c964c8434 Build hotkeys.js 7 years ago
..
README.md Build hotkeys.js 7 years ago
hotkeys.common.js Build hotkeys.js 7 years ago
hotkeys.common.min.js Build hotkeys.js 7 years ago
hotkeys.js Build hotkeys.js 7 years ago
hotkeys.min.js Build hotkeys.js 7 years ago

README.md

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.