UNPKG

innertuber-rn

Version:

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

15 lines (14 loc) 393 B
import { YTNode } from '../helpers.js'; import { type RawNode } from '../index.js'; import { Thumbnail } from '../misc.js'; export default class AvatarView extends YTNode { static type: string; image: Thumbnail[]; image_processor: { border_image_processor: { circular: boolean; }; }; avatar_image_size: string; constructor(data: RawNode); }