Optional
opts: TrendingOptions = ...Trending fetch options.
Array of trending videos.
fetchTrending
Fetches trending videos.
await InvidJS.fetchTrending(instance);
await InvidJS.fetchTrending(instance, {limit: 6});
Generated using TypeDoc
Instance to fetch data from.