Package Exports
- cool-pics
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cool-pics) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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!