1.0.4 • Published 2 years ago

@jswork/weibo2res v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

weibo2res

Get weibo response.

version license size download

installation

npm install @jswork/weibo2res

usage

import weibo2res from '@jswork/weibo2res';
const res = weibo2res(...);
/*
// success
{
  code: 'A00006',
  width: 1504,
  size: 161645,
  ret: 1,
  height: 400,
  name: 'pic_1',
  pid: 'da432263gy1hbzptofvp4j215s0b4tct',
}
*/

license

Code released under the MIT license.