This website requires JavaScript.
Explore
Help
Sign In
ai
/
web
Watch
1
Star
0
Fork
0
You've already forked web
Code
Activity
Files
f3efce3d8d20816c603a5d8ddc75b88da9c216a9
Branches
Tags
View all branches
web
/
static
/
pkg
/
hotkeys-js
/
dist
History
syui
1885813d8d
fix actions
2024-04-06 03:55:46 +09:00
..
hotkeys.common.js
fix actions
2024-04-06 03:55:46 +09:00
hotkeys.common.min.js
fix actions
2024-04-06 03:55:46 +09:00
hotkeys.esm.js
fix actions
2024-04-06 03:55:46 +09:00
hotkeys.js
fix actions
2024-04-06 03:55:46 +09:00
hotkeys.min.js
fix actions
2024-04-06 03:55:46 +09:00
README.md
fix actions
2024-04-06 03:55:46 +09:00
terminal.js
fix actions
2024-04-06 03:55:46 +09:00
README.md
Explanation of Build Files
UMD
Size
CommonJS
Size
ES Module
Size
hotkeys.js
8.37kb
hotkeys.common.js
8.13kb
hotkeys.esm.js
8.12kb
hotkeys.min.js
3.62kb (gzipped: 1.73kb)
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 1
.
ES Module
: ES module builds are intended for use with modern bundlers like
webpack 2
or
rollup
.