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

Hello dear developers! It would be great to add stickers to your wonderful application - small files to decorate the application. It would be especially cool to be able to...

enhancement

Hello! I'm trying to place it in a bootstrap 4 modal but only getting the toolbar visible. How I can do it? Example: https://belov.tech/1.html **Painterro version** 1.2.78

**Describe the bug** Some actions can't be undone with the "undo"-button. At least for the following actions it does not work: - Pixelizing - Croping - Rotating **Painterro version** 1.2.73...

bug

**Describe the bug** When calling `show()` function 2 times with a different url the second time, js error is triggered. ``` Uncaught Error: Can't get element with id=undefined, please create...

**Describe the bug** When using Painterro on any of the mobile devices, it keeps on throwing the below error > painterro.commonjs2.js:1 Uncaught TypeError: Cannot read properties of undefined (reading 'clientX')...

**Describe the feature** Predefined color palette in the toolbar so you don't have to use the color picker for colors that is commonly used. Should be able to hide it...

enhancement

**Describe the bug** backplateImgUrl property nullifies the openImage parameter of .show() **Painterro version** v1.2.58 **To Reproduce** // secondImageURL does not appears Painterro({backplateImgUrl : imgURL}).show(secondImgURL); // secondImageURL appears Painterro().show(secondImgURL); **Expected behavior**...

enhancement

Use Readme to check how to implement it.

enhancement

**Describe the bug** When using the text tool, writing text wraps to fit the bounds of the canvas (expected), but saving the text doesn't wrap (unexpected). ![Screenshot 2021-09-08 at 12...

bug

If you zoom into the editor on a mobile device with your fingers, you have no chance to zoom out again. The editor zooms in further and further as you...