Skip to content

Commit

Permalink
- bump npm version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malaman committed Jul 3, 2017
1 parent 40a5de6 commit b21afaf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#js-image-zoom
# js-image-zoom


##Overview
## Overview

Pure JavaScript utility for desktop browsers for image zoom on mouse hover. No external dependencies required.

##Demo
## Demo

[Demo](http://malaman.github.io/js-image-zoom/example)

##Arguments
## Arguments

- **container** (Object) - DOM element, which contains an source image
- **options** (Object) - js-image-zoom options
Expand All @@ -21,7 +21,7 @@ Pure JavaScript utility for desktop browsers for image zoom on mouse hover. No e
* **offset** (object) - {vertical: number, horizontal: number}. Zoomed image offset (optional)
* **zoomStyle** (string) - custom style applied to the zoomed image (i.e. 'opacity: 0.1;background-color: white;')

##RouteMap
## RouteMap

- [ ] extend testing coverage
- [ ] add aditioinal examples
10 changes: 5 additions & 5 deletions package/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#js-image-zoom
# js-image-zoom


##Overview
## Overview

Pure JavaScript utility for desktop browsers for image zoom on mouse hover. No external dependencies required.

##Demo
## Demo

[Demo](http://malaman.github.io/js-image-zoom/example)

##Arguments
## Arguments

- **container** (Object) - DOM element, which contains an source image
- **options** (Object) - js-image-zoom options
Expand All @@ -21,7 +21,7 @@ Pure JavaScript utility for desktop browsers for image zoom on mouse hover. No e
* **offset** (object) - {vertical: number, horizontal: number}. Zoomed image offset (optional)
* **zoomStyle** (string) - custom style applied to the zoomed image (i.e. 'opacity: 0.1;background-color: white;')

##RouteMap
## RouteMap

- [ ] extend testing coverage
- [ ] add aditioinal examples
4 changes: 2 additions & 2 deletions package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-image-zoom",
"version": "0.2.1",
"version": "0.3.0",
"main": "js-image-zoom.js",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"bugs": {
"url": "https://github.com/malaman/js-image-zoom/issues"
},
"homepage": "https://github.com/malaman/js-image-zoom#readme",
"homepage": "https://github.com/malaman/js-image-zoom/package/#readme",
"keywords": [
"image magnifier",
"image enlarger",
Expand Down

0 comments on commit b21afaf

Please sign in to comment.