UNPKG
@oawu/uploader
Version:
latest (3.0.6)
3.0.6
3.0.5
3.0.2
3.0.1
3.0.0
2.0.1
2.0.0
1.0.13
1.0.12
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
☁️ 上傳無上限,不管是 S3 或 GitHub
github.com/oawu/npm-uploader
oawu/npm-uploader
@oawu/uploader
/
index.js
12 lines
(10 loc)
•
300 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/** *
@author
OA Wu <oawu.tw
@gmail
.com> *
@copyright
Copyright (c) 2015 - 2025,
@oawu
/uploader *
@license
http://opensource.org/licenses/MIT MIT License *
@link
https://www.ioa.tw/ */
module
.
exports
= {
S3
:
require
(
'./Libs/S3.js'
),
GitHub
:
require
(
'./Libs/GitHub.js'
), }