文件名称:imgbb:一个轻量级的 Node.js 模块,可以通过 imgbb API 轻松上传图片
文件大小:68KB
文件格式:ZIP
更新时间:2024-06-18 11:32:46
JavaScript
微博 一个轻量级的 Node.js 模块,可以通过 imgbb API 轻松上传图片 用法 yarn add imgbbjs npm install -save imgbbjs const Imgbb = require ( 'imgbbjs' ) const imgbb = new Imgbb ( { key : process . env . KEY , } ) ; /** * @param { * } IMAGE It can binary file, base64 data, or a URL for an image. (up to 32 MB) (required) * @param { * } NAME The name of the file (optional) * @return { object } Response of request, status
【文件预览】:
imgbb-master
----.gitignore(913B)
----README.md(544B)
----test()
--------index.test.js(428B)
----package.json(477B)
----jest.config.js(118B)
----yarn.lock(168KB)
----lib()
--------index.js(879B)
----.eslintrc.js(324B)