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) 164 B
export declare const SVG_NS = "http://www.w3.org/2000/svg"; export declare const XLINK_NS = "http://www.w3.org/1999/xlink"; export declare const dataRegex: RegExp;