Methods
# getBird(countopt) → {Promise.<(string|Array.<string>)>}
Get a random bird!
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
count
|
number |
<optional> |
The amount of images to get. |
Returns:
The image(s).
- Type
- Promise.<(string|Array.<string>)>
# getCat(countopt) → {Promise.<(string|Array.<string>)>}
Get a random cat!
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
count
|
number |
<optional> |
The amount of images to get. |
Returns:
The image(s).
- Type
- Promise.<(string|Array.<string>)>
# getShibe(countopt) → {Promise.<(string|Array.<string>)>}
Get a random shiba inu!
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
count
|
number |
<optional> |
The amount of images to get. |
Returns:
The image(s).
- Type
- Promise.<(string|Array.<string>)>