UNPKG

vue-tweet-pure

Version:

A Vue 3 component for embedding tweets in your Vue.js applications.

19 lines (18 loc) 347 B
export interface TweetVideo { aspectRatio: [number, number]; contentType: string; durationMs: number; mediaAvailability: { status: string; }; poster: string; variants: { type: string; src: string; }[]; videoId: { type: string; id: string; }; viewCount: number; }