UNPKG

diginext-utils

Version:
5 lines (4 loc) 114 B
export default function getImageDimensions(url: string): Promise<{ width: number; height: number; }>;