This website works better with JavaScript
首頁
探索
說明
登入
masif
/
quran
關註
1
讚好
0
複刻
0
檔案
問題管理
0
合併請求
0
Wiki
目錄樹:
cf937194cb
分支列表
標籤列表
master
quran
/
node_modules
/
hotkeys-js
/
dist
/
README.md
README.md
814 B
文件歷史
原始文件
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
.