UNPKG

@joggs1/image-mapper

Version:

Adds SVG drawing capability (rectangles, circles, ellipses and polygons) on top of your image to let you make image maps

4 lines (3 loc) 72 B
export type Prettify<T> = { [K in keyof T]: Prettify<T[K]>; } & {};