UNPKG

@imput/youtubei.js

Version:

A JavaScript client for YouTube's private API, known as InnerTube. Fork of youtubei.js

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[]; }