UNPKG

@sanity/image-url

Version:

Tools to generate image urls from Sanity content

7 lines (6 loc) 131 B
export default function parseAssetId(ref: string): { id: string; width: number; height: number; format: string; };