Skip to content

Commit 9521b29

Browse files
committed
0.2.18
1 parent 60454bd commit 9521b29

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ With Painterro you can:
1212
- Rotate / Resize (Scale) image
1313
- Pixelize some area to hide sensitive data
1414

15-
If you want to see some feature in Painterro, please leave (or vote for) an issue with your proposal [here](https://github.com/ivictbor/painterro/issues).
16-
There is no promise that it will be implemented soon or ever, but it is interesting to know what features users want to have.
1715

1816
![Painterro preview](https://raw.githubusercontent.com/ivictbor/painterro/master/docs/preview.png)
1917

@@ -22,6 +20,9 @@ then open Painterro on your website, paste an image,
2220
crop it to interested area, highlight something with line/rectangle tool and/or add some text
2321
to the image. In addition, you can use it for processing any kind of raster images. Please try a [demo](https://maketips.net/paste)
2422

23+
If you want to see some feature in Painterro, please leave (or vote for) an issue with your proposal [here](https://github.com/ivictbor/painterro/issues).
24+
There is no promise that it will be implemented soon or ever, but it is interesting to know what features users want to have.
25+
2526
Painterro is written with vanilla JS, without any additional frameworks to stay lightweight and minimalistic. Code
2627
written on ES6 which transplited by Babel and packed using webpack.
2728

@@ -85,6 +86,8 @@ Then in your code:
8586
Painterro().show()
8687
</script>
8788
```
89+
See [fiddle example](https://jsfiddle.net/vanbrosh/Levaqoeh/9/)
90+
8891

8992
Read after installation
9093
-----------------------

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "painterro",
3-
"version": "0.2.17",
3+
"version": "0.2.18",
44
"description": "HTML5 image editor widget",
55
"main": "build/painterro.commonjs2.js",
66
"scripts": {

publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
# Auto-release script for https://github.com/ivictbor/painterro
4-
# Creates new release, builds assets and performs publish to github and npm
4+
# Creates new release, builds assets and performs publishing to github and npm
55

66
GH_USER=ivictbor
77
GH_PATH=`cat ~/.ghpass`

0 commit comments

Comments
 (0)