Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/clarketm/image-map
Browse files Browse the repository at this point in the history
  • Loading branch information
clarketm committed Feb 21, 2017
2 parents 9dbeb4b + 433015b commit 593a2bb
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[![Build Status](https://travis-ci.org/clarketm/image-map.svg?branch=master)](https://travis-ci.org/clarketm/image-map)

# Image-Map

# [Image-Map](https://www.travismclarke.com/imagemap/)

![image-map](https://www.travismclarke.com/imagemap/image-map-yellow.png "image-map")

A simple plugin for creating responsive [image-maps](https://en.wikipedia.org/wiki/Image_map) that rerender on image or viewport changes.
A native JavaScript solution for creating responsive [image-maps](https://en.wikipedia.org/wiki/Image_map) that rerender on image or viewport changes.

### Check out the **[demo](https://www.travismclarke.com/imagemap/)**!

### Install with npm
```shell
Expand Down Expand Up @@ -44,5 +45,3 @@ To use this plugin with *only* JavaScript, include the `image-map.js` script, th
```js
ImageMap('img[usemap]')
```

### [Demo](https://www.travismclarke.com/imagemap/)

0 comments on commit 593a2bb

Please sign in to comment.