UNPKG

viewport-playground

Version:

A powerful, isolated viewport testing component for Svelte 5. Test your application's responsiveness in real-time with curated device presets, all within your own development environment.

10 lines (9 loc) 196 B
export declare const DEVICES: { id: string; name: string; width: number; height: number; aspect_ratio: string; type: string; }[]; export declare const TOOLBAR_HEIGHT = 50;