painterro icon indicating copy to clipboard operation
painterro copied to clipboard

Painterro - JavaScript painting plugin

Results 34 painterro issues
Sort by recently updated
recently updated
newest added

It would be nice to add filters for the images such as sepia or grayscale

enhancement

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...

enhancement

**Describe the feature** Is it possible tto gen an event emited when user changes active tool?

enhancement
priority

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...

bug
priority

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...

bug
priority

**Describe the bug** The "Accept" and "Cancel" buttons when adding text do not have accessible names. ![image](https://github.com/devforth/painterro/assets/9259993/f0dbcbba-ba9e-413b-a2fd-c05f67db8709) In the accessibility tree: ![image](https://github.com/devforth/painterro/assets/9259993/2564d9e3-1eba-49c6-ade9-494300c65a0e) You'll notice that the elements have a `title`...

bug
priority

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...