astro-embed
Version:
Astro components to easily embed common media formats
9 lines (8 loc) • 534 B
text/typescript
export { Tweet } from '@astro-community/astro-embed-twitter';
export { YouTube } from '@astro-community/astro-embed-youtube';
export { Vimeo } from '@astro-community/astro-embed-vimeo';
export { Gist } from '@astro-community/astro-embed-gist';
export { LinkPreview } from '@astro-community/astro-embed-link-preview';
export { MastodonPost } from '@astro-community/astro-embed-mastodon';
export { BaselineStatus } from '@astro-community/astro-embed-baseline-status';
export { BlueskyPost } from '@astro-community/astro-embed-bluesky';