UNPKG

extra-map-card

Version:

Lovelace custom map card for Home Assistant

5 lines (4 loc) 99 B
export default function parseAspectRatio(input: string): { w: number; h: number; } | null;