Instance to fetch data from.
Optional
Popular fetch options.
Array of popular videos.
fetchPopular
Fetches popular videos.
await InvidJS.fetchPopular(instance); Copy
await InvidJS.fetchPopular(instance);
await InvidJS.fetchPopular(instance, {limit: 10}); Copy
await InvidJS.fetchPopular(instance, {limit: 10});
Generated using TypeDoc
Instance to fetch data from.