This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
masif
/
quran
Watch
1
Star
0
Fork
0
ファイル
課題
0
プルリクエスト
0
Wiki
ブランチ:
master
ブランチ
タグ
master
quran
/
node_modules
/
hotkeys-js
/
dist
/
README.md
README.md
814 B
パーマリンク
履歴
Raw
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
.