shiro.gg-wrapper

1.0.2 • Public • Published

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);
  });

Readme

Keywords

Package Sidebar

Install

npm i shiro.gg-wrapper

Weekly Downloads

0

Version

1.0.2

License

ISC

Unpacked Size

3.24 kB

Total Files

4

Last publish

Collaborators

  • jaguar_avi