UNPKG

astro-embed

Version:

Astro components to easily embed common media formats

7 lines (6 loc) 406 B
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 { LinkPreview } from '@astro-community/astro-embed-link-preview'; export { BaselineStatus } from '@astro-community/astro-embed-baseline-status'; export { BlueskyPost } from '@astro-community/astro-embed-bluesky';