Skip to content

Commit 671e71a

Browse files
committed
readme and package.json changes
1 parent 49b02cd commit 671e71a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ With Painterro you can:
77
- Paint lines and rectangles (alpha color can be used)
88
- Add text
99

10-
![Painterro preview](docs/preview.png)
10+
![Painterro preview](https://raw.githubusercontent.com/ivictbor/painterro/master/docs/preview.png)
1111

1212
Example usecase: You make screenshot by pressing `PrtSc` button, then open Painterro on your website, paste image,
1313
crop it to interested area then highlight something with line/rectangle tool and/or add some text

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "painterro",
3-
"version": "0.0.1",
3+
"version": "0.1.2",
44
"description": "Embуedded html image editor",
5-
"main": "painterro.js",
5+
"main": "build/painterro.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
88
"build": "webpack --optimize-minimize --progress",

0 commit comments

Comments
 (0)