Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

cool-pics

meloncodes11ISC1.0.1

Something that you can use for getting GIFs, images for different purposes (particularly,for discord bot commands).

hug, kiss, gifs, pics, pat, tickle, poke, slap, animals, dog, cat

readme

Installation

npm i cool-pics

Or

npm install cool-pics.


Usage

It's pretty simple to use. You can use it for discord bot commands, or for any other purposes as well!

Here's how you can use it:

const coolpics = require("cool-pics"); 
const huggif = coolpics.hug(); 

console.log(huggif);

// returns a random anime hug gif. 

In this way, you can use the following features:

Sl. No.|Gif/pic name| Usage|
|---|------|-------------
|1. | Hug | .hug() | |2. | Pat | .pat() | |3. | Wink | .wink() | |4. | Kiss| .kiss() | |5. |Smug |.smug() | |6. |Tickle | .tickle()| |7. |Slap |.poke() | |8. |Neko |.neko() | |9. |Blush |.blush() | | 10. |Cry |.cry() | |11. |Nom |.nom() | |12. |Pout |.pout() | |13. |Avatar |.avatar() | |14. |Bondage [nsfw] |.bondage() | |15. |Hentai [nsfw] |.hentai() | | 16. |Thighs [nsfw] |.thighs() | | 17. |Dog | .dog() | | 18. |Cat |.cat() | | 19.|Panda |.panda() | |20. |Redpanda |.redpanda() | | 21. |Birb |.birb() | | 22. |Fox |.fox() | | 23. |Koala |.koala() |

Stay tuned! We'll introduce many updates and new cool features!