Function waifu

  • Parameters

    • type: WaifuType = WaifuType.SFW

      The type of the image

    Returns Promise<string>

    Example

    const { waifu } = require("kiutils")
    waifu("sfw").then(console.log)

    // => "https://..."

Generated using TypeDoc