Browse Source

2.4.0

pull/116/head v2.4.0
james.cryer 7 years ago
parent
commit
86fb554669
  1. 2
      bower.json
  2. 2
      demoassets/resemble.css
  3. 11
      index.html
  4. 2
      package.json

2
bower.json

@ -1,7 +1,7 @@
{
"name": "resemblejs",
"main": "resemble.js",
"version": "2.3.0",
"version": "2.4.0",
"homepage": "https://github.com/Huddle/Resemble.js",
"authors": [
"James Cryer <james.cryer@huddle.com>"

2
demoassets/resemble.css

@ -63,7 +63,7 @@ footer {
#image-diff {
margin-left: 0;
margin-top: 50px;
margin-top: 25px;
border-style: solid;
}

11
index.html

@ -87,11 +87,12 @@
</p>
<p>
Don't have any images to compare?
<br />
<button class="btn" id="example-images">Use example images</button>
<br />
<br />
<button class="btn" id="example-images-alpha">Use example images with alpha</button>
<br />
<br />
<button class="btn" id="example-images">Use example images</button>
<br />
<br />
<button class="btn" id="example-images-alpha">Use example images with alpha</button>
</p>
<div id="image-diff" class="small-drop-zone">
Diff will appear here.

2
package.json

@ -1,6 +1,6 @@
{
"name": "resemblejs",
"version": "2.3.0",
"version": "2.4.0",
"description": "Image analysis and comparison with HTML5",
"main": "resemble.js",
"repository": {

Loading…
Cancel
Save