weibo-pic
TypeScript icon, indicating that this package has built-in type declarations

1.1.6 • Public • Published

wbpic

const path = require('path');
const WBPic = require('weibo-pic');

const wbPic = new WBPic('weibo cookie');

wbPic.upload(path.resolve(__dirname, 'test.jpg'))
  .then((pics) => {
    console.log(pics);
  });

Dependencies (6)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i weibo-pic

    Weekly Downloads

    0

    Version

    1.1.6

    License

    ISC

    Last publish

    Collaborators

    • rekey