UNPKG

react-native-image-size

Version:
2 lines (1 loc) 102 B
export function getSize(uri: string): Promise<{ width: number; height: number; rotation?: number; }>;