From 2e9c87da42935b0fccabea6974d63cf94cba45f1 Mon Sep 17 00:00:00 2001 From: Ivan Borshchov Date: Mon, 15 Feb 2021 22:05:41 +0200 Subject: [PATCH] 1.2.33 --- README.md | 2 +- package-lock.json | 4 ++-- package.json | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4ad3a38..400521a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 97376de..056b7ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "painterro", - "version": "1.2.32", + "version": "1.2.33", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.2.32", + "version": "1.2.33", "license": "MIT", "devDependencies": { "@babel/core": "^7.12.16", diff --git a/package.json b/package.json index 730cc79..b3b54fa 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -29,8 +29,8 @@ ], "homepage": "https://hinty.io/devforth/js-paint-plugin-for-your-website/", "bugs": { - "url" : "https://github.com/devforth/painterro/issues", - "email" : "contact@devforth.io" + "url": "https://github.com/devforth/painterro/issues", + "email": "contact@devforth.io" }, "author": "Ivan Borshchov", "license": "MIT",