UNPKG

@np-dev/youtubei-js

Version:

A wrapper around YouTube's private API. Supports YouTube, YouTube Music, YouTube Kids and YouTube Studio (WIP).

12 lines (11 loc) 279 B
import type { RawNode } from '../../index.js'; export default class Thumbnail { url: string; width: number; height: number; constructor(data: RawNode); /** * Get thumbnails from response object. */ static fromResponse(data: any): Thumbnail[]; }