Skip to content

Commit

Permalink
1.2.33
Browse files Browse the repository at this point in the history
  • Loading branch information
ivictbor committed Feb 15, 2021
1 parent c215110 commit 2e9c87d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ Events accepted arguments:
```
{
image: {
asBlob: ƒ asBlob(type, quality)
asBlob: ƒ asBlob(type, quality) // returns blob
asDataURL: ƒ asDataURL(type, quality) // returns e.g. "data:image/jpeg;base64,/9j/4AAQS...."
suggestedFileName: ƒ suggestedFileName(type) // returns string
hasAlphaChannel(): ƒ suggestedFileName() // returns true or false
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "painterro",
"version": "1.2.32",
"version": "1.2.33",
"description": "HTML5 image editing widget (js paint plugin)",
"main": "build/painterro.commonjs2.js",
"repository": {
Expand Down Expand Up @@ -29,8 +29,8 @@
],
"homepage": "https://hinty.io/devforth/js-paint-plugin-for-your-website/",
"bugs": {
"url" : "https://github.com/devforth/painterro/issues",
"email" : "[email protected]"
"url": "https://github.com/devforth/painterro/issues",
"email": "[email protected]"
},
"author": "Ivan Borshchov",
"license": "MIT",
Expand Down

0 comments on commit 2e9c87d

Please sign in to comment.