JSPM

image-random

0.0.2
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 2
    • Score
      100M100P100Q26803F
    • License MIT

    💖 In this npm module there are 13 types of 🦊 animals 4 types of anime and memes randomly share their images. 😎

    Package Exports

    • image-random
    • image-random/index.js

    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 (image-random) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Random Animal/Anime İmage

    Developed with ❤️ by Roxza#2999(Discord)

    📦Installation

    npm i image-random --save
    yarn add image-random

    📝 Usage

    const rimg = require("image-random");
    
    /* Animal */
    
    rimg
      .animal("dog")
      .then((img) => console.log(img))
      .catch(console.error);
    
    /* Anime */
    
    rimg
      .anime("hug")
      .then((img) => console.log(img))
      .catch(console.error);
    
    /* Memes */
    
    rimg
      .memes()
      .then((img) => console.log(img))
      .catch(console.error);

    🐈 Animal names

    • dog
    • cat
    • panda
    • fox
    • red_panda
    • koala
    • bird
    • raccoon
    • kangaroo
    • bunny
    • duck
    • lizard
    • shiba

    Anime Genres

    • wink
    • pat
    • hug
    • kiss

    ❤️ APIs used

    • some-random-api.ml / Animal - Anime
    • kawaii.red / Anime Kiss
    • nekos.life / Lizard
    • shibe.online / Shiba
    • random-d.uk / Duck
    • api.bunnies.io / Bunny

    License

    MIT