Skip to content

tiagomotasantos/imgmap

 
 

Repository files navigation

imgmap

Javascript based imagemap editor

See the online editor at: http://www.maschek.hu/imagemap/imgmap

With the imagemap editor you can easily draw ALL the standard image map shapes (rectangle, circle, polygon), and you can have full control over the generated HTML code as well.

The editor natively uses the canvas HTML element to draw the shapes on a given image. The ExplorerCanvas (http://excanvas.sourceforge.net/) library from Google is used to get the same result in browsers, that do not support the canvas element but can use VML instead. ExplorerCanvas works quite well, however it is still beta quality, and not as fast as the native canvas drawing, so expect some lags in IE. The editor is currently tested to work in Chrome, Firefox, Safari, Opera 9+ and IE 6+.

screenshot of the online editor

Note: The code repository was originally hosted at google code and migrated to github on March 30, 2015

Packages

No packages published

Languages

  • JavaScript 84.2%
  • CSS 9.3%
  • HTML 6.5%