This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
masif
/
quran
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Yêu cầu khéo về
0
Wiki
Tree:
cf937194cb
Branches
Tags
master
quran
/
node_modules
/
hotkeys-js
/
dist
/
README.md
README.md
814 B
Lịch sử
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
.