UNPKG

sveltekit-embed

Version:

A collection of embed components for SvelteKit. Easily embed content from YouTube, Spotify, Vimeo, CodePen, and many more with performant, lazy-loaded components.

6 lines (5 loc) 129 B
type Config = { [key: string]: string; }; export declare const getPadding: (aspectRatio: keyof Config) => string; export {};