Skip to content

Commit

Permalink
0.2.58
Browse files Browse the repository at this point in the history
  • Loading branch information
ivictbor committed Feb 7, 2018
1 parent a3c7ac3 commit f8974a8
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions build/index.html
Expand Up @@ -50,6 +50,10 @@
console.log('Something drawed: ', state);
// localStorage.setItem('painterroImage', this.imageSaver.asDataURL())
},
availableLineWidths: [1,2,4,8,16,64],
availableEraserWidths: [1,2,4,8,16,64],
availableFontSizes: [1,2,4,8,16,64],
toolbarPosition: 'top'
// defaultTool: 'line',
//hiddenTools: ['line']
}).show() //;
Expand Down
4 changes: 4 additions & 0 deletions css/bar-styles.css
Expand Up @@ -110,3 +110,7 @@ button.ptro-icon-right:first-of-type {
text-rendering: auto;
-webkit-font-smoothing: antialiased;
}

#container-bar {
display: block;
}
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "painterro",
"version": "0.2.57",
"version": "0.2.58",
"description": "HTML5 image editor widget",
"main": "build/painterro.commonjs2.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion wp/trunk/index.js
Expand Up @@ -90,7 +90,7 @@
return {
longname: "Painterro",
author: "Ivan Borshchov",
version: "0.2.57",
version: "0.2.58",
};
}
});
Expand Down
4 changes: 2 additions & 2 deletions wp/trunk/painterro-wp.php
Expand Up @@ -4,12 +4,12 @@
Plugin Name: Painterro
Plugin URI: https://github.com/ivictbor/painterro
Description: Paste screenshots and edit images directly in browser. Adds Painterro button to visual editor for images editing. Absolutely free and open source.
Version: 0.2.57
Version: 0.2.58
Author: Ivan Borshchov
License: MIT
*/

define("PAINTERRO_FILE", "painterro-0.2.57.min.js");
define("PAINTERRO_FILE", "painterro-0.2.58.min.js");

function include_painterro_script()
{
Expand Down

0 comments on commit f8974a8

Please sign in to comment.