painterro
painterro copied to clipboard
Painterro - JavaScript painting plugin
It would be nice to add filters for the images such as sepia or grayscale
I had a problem building painterro 'commonjs2', 'amd' and 'umd' in production lately. **Environment:** ```node v16.13.1 npm 8.1.2 webpack-cli 4.9.2 painterro 1.2.78 Windows 10 Pro (21H2) ``` **Error Message:** ```[webpack-cli]...
**Describe the feature** It would be nice if threr is a possibility of adding cutom tools. This could be passed to the config, sth like: ```js cutoumTools: [{ icon: dataURL...
**Describe the feature** Is it possible tto gen an event emited when user changes active tool?
I use backplateImgUrl to put an image in the background to be able to draw on it. However, when I save, I only have my drawings WITHOUT the background. **Painterro...
**Describe the bug** There is a console.log in two lines, distracting for development flow when it doesn't seems to be necessary. I can raise a PR but not sure if...
Hello, **Describe the bug** When I open an image for edition in Painterro, it is very small by default. I have to zoom it to have a normal size. **Painterro...
**Describe the bug** The "Accept" and "Cancel" buttons when adding text do not have accessible names.  In the accessibility tree:  You'll notice that the elements have a `title`...
when I insert text element and start writing the moment I hit the key "N" it just focuses out immediately and nothing is being typed after that in the nutshell...
So the problem is I am not able to use params like activeColor, defaultFontSize ,defaultSize…etc but availableTools & hiddenTools are working fine. Attaching screenshots for same. And if you can...