Info about Anime.
https://zoro.to
This is an async function. Use await/promise syntax accordingly.
Scrapes data from https://zoro.to and returns an object with the type of "Res".
import getAnime from "anime-search";getAnime("naruto").then(console.log)
The name of the anime to find.
Returns
Info about Anime.
See
https://zoro.to
Async
This is an async function. Use await/promise syntax accordingly.
Description
Scrapes data from https://zoro.to and returns an object with the type of "Res".
Example