1.1.0 • Published 3 years ago

@jaguar_avi/shiro.gg-wrapper v1.1.0

Weekly downloads
6
License
ISC
Repository
github
Last release
3 years ago

shiro.gg-wrapper

An unofficial Shiro.gg Wrapper

Installation:

npm i @jaguar_avi/shiro.gg-wrapper

Usage:

  const shiro = require('@jaguar_avi/shiro.gg-wrapper');

Example:

  const shiro = require('@jaguar_avi/shiro.gg-wrapper');
  
  //get a random avatar image url
  shiro.sfw("avatars").then((res, err) => {
    if (err) throw new Error(err);
    console.log(res);
  });
  
  //get a random pat image url
  shiro.sfw("pat").then((res, err) => {
    if (err) throw new Error(err);
    console.log(res);
  });
1.1.0

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago