@jswork/node-jianshu
v1.0.3
Published
Node upload image sdk for jianshu.
Downloads
9
Readme
node-jianshu
Node upload image sdk for jianshu.
installation
npm install @jswork/node-jianshu
usage
import NodeJianshu from '@jswork/node-jianshu';
const res = await NodeJianshu.upload({ filepath: '__tests__/test1.png' });
// {
// id: "2110669-478e3fdbe00b32d1",
// format: "png",
// height: 478,
// url: "https://upload-images.jianshu.io/upload_images/2110669-478e3fdbe00b32d1.png",
// width: 708,
// }
license
Code released under the MIT license.