UNPKG

vue-tweet-pure

Version:

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

10 lines (9 loc) 212 B
import type { Rect, RGB } from './media.js'; export interface TweetPhoto { backgroundColor: RGB; cropCandidates: Rect[]; expandedUrl: string; url: string; width: number; height: number; }