Skip to content

Commit

Permalink
Merge pull request #35 from rendro/greenkeeper/initial
Browse files Browse the repository at this point in the history
Greenkeeper/initial
  • Loading branch information
rendro committed Mar 5, 2017
2 parents 0c1b6e2 + 6855251 commit f02e98c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Readme.md
@@ -1,9 +1,10 @@
# vintageJS
> Add a retro/vintage effect to images using the HTML5 canvas element.

> Add a retro/vintage effect to images using the HTML5 canvas element.
[![npm](https://img.shields.io/npm/v/vintagejs.svg?style=flat-square)]()
[![npm](https://img.shields.io/npm/l/vintagejs.svg?style=flat-square)]()
[![Greenkeeper badge](https://badges.greenkeeper.io/rendro/vintageJS.svg)](https://greenkeeper.io/)

![](header.jpg)

Expand All @@ -13,7 +14,6 @@
$ npm install vintagejs
```


## How to use

`vintagejs` is a function that takes a source (URL, ImageElement or CanvasElement) and an effect (object with all the options) and returns a Promise that resolves to a result object.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -29,7 +29,7 @@
"babelify": "^7.3.0",
"browserify": "^14.1.0",
"expect.js": "^0.3.1",
"flow-bin": "^0.39.0",
"flow-bin": "^0.41.0",
"flow-typed": "^2.0.0",
"mocha": "^3.2.0",
"sinon": "^1.17.7",
Expand Down

0 comments on commit f02e98c

Please sign in to comment.