Skip to content

Commit

Permalink
rm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
csbun committed Jul 23, 2015
1 parent 32e16ff commit 1e1557c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,7 @@ resize an <img> or Image to base64
- .BMP
- .JPEG
- .WEBP

## Examples

- [simple example](https://github.com/csbun/resize-image/tree/master/example)
9 changes: 9 additions & 0 deletions example/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Example for resize-image

## Run

```sh
npm i
node app.js
```
Open [http://127.0.0.1:4000/](http://127.0.0.1:4000/). That's it.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"name": "resize-image",
"version": "0.0.1",
"version": "0.0.2",
"description": "Resize images in browser using canvas",
"main": "index.js",
"scripts": {
},
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/csbun/resize-image.git"
Expand All @@ -21,6 +20,8 @@
},
"homepage": "https://github.com/csbun/resize-image",
"dependencies": {
},
"devDependencies": {
"browserify": "^11.0.0"
}
}

0 comments on commit 1e1557c

Please sign in to comment.