ImageMapster activates the areas in HTML image maps so you can highlight and select them. It has lots of other features for manual control, tooltips, resizing, and more. It is designed to be compatible with every common platform, and is tested with Internet Explorer 6-10, Firefox 3.0+, Safari, Opera, and Chrome. It works on mobile devices and doesn't use Flash.
See the ImageMapster website for full documentation including how to get started, demos, and live examples.
See the change log for details on the release history and roadmap.
See the support page for details on how to obtain support.
See the contributing guidelines for details on how to contribute.
The below covers the ImageMapster jQuery plugin. For information on how to develop the ImageMapster website, see its README.
You can simultaneously make changes to both the plugin and the website by running npm run dev
in both the plugin (./
) and site (./site
) directories. Any changes made to the plugin will be reflected in the site as it is imported directly from the build output.
The source code is broken into several modules to make management easier and to make it possible to create feature-targeted builds. ImageMapster is built using grunt and can be invoked as follows:
- Clone the repo
- Install NPM dependencies -
npm install
- Generate a Build:
- Debug Build (uncompressed) -
npm run build
- Release Build (uncompressed/compressed/sourcemap) -
npm run dist
- Debug Build (uncompressed) -
- Clone the repo
- Install NPM dependencies -
npm install
- Run the dev task -
npm run dev
- Clone the repo
- Install NPM dependencies -
npm install
- Run the test task -
npm run test
ℹ️ Note
By default, tests will run using the latest version of jQuery. The library to use when running tests can be changed via the dropdown.
- Clone the repo
- Install NPM dependencies -
npm install
- Run the example task -
npm run example
ℹ️ Note
By default, examples will run using jQuery. To run examples using Zepto, modify the examples HTML file (e.g., USA) as follows, commenting out references to jQuery scripts and uncommenting references to zepto scripts.
...
+ <!--
<script type="text/javascript" src="redist/jquery.3.7.1.min.js"></script>
<script
type="text/javascript"
src="../dist/jquery.imagemapster.js"
></script>
+ -->
- <!-- <script type="text/javascript" src="redist/zepto.1.2.0.min.js"></script>
+ <script type="text/javascript" src="redist/zepto.1.2.0.min.js"></script>
<script
type="text/javascript"
src="../dist/jquery.imagemapster.zepto.js"
- ></script> -->
+ ></script>
...
ℹ️ Note
The docs have not been maintained and therefore are not under version control.
- Clone the repo
- Install NPM dependencies -
npm install
- Run the doc task -
npm run doc
Copyright © 2011-24 James Treworgy. Licensed under the MIT License.