UNPKG

@imput/youtubei.js

Version:

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

10 lines 308 B
import { YTNode } from '../helpers.js'; export default class BadgeView extends YTNode { constructor(data) { super(); this.text = data.badgeText; this.style = data.badgeStyle; this.accessibility_label = data.accessibilityLabel; } } //# sourceMappingURL=BadgeView.js.map