tui.image-editor icon indicating copy to clipboard operation
tui.image-editor copied to clipboard

🍞🎨 Full-featured photo image editor using canvas. It is really easy, and it comes with great filters.

Results 217 tui.image-editor issues
Sort by recently updated
recently updated
newest added

**Describe the bug** The slider in the tools area (e.g. text size, draw brush size, rotation range, etc) cannot be manipulated at all using touch controls on my iPad -...

Enhancement

**Describe the bug** ObjectActivated gets properly called when clicking on an object and it gets selected. But when clicking somewhere where no object is, it should also be called, just...

Enhancement

**Describe the bug** Key "Space" press not working after TEXT copy paste **To Reproduce** Steps to reproduce the behavior: 1. Add TEXT 2. Copy that TEXT 3. Paste 4. Press...

Bug

**Describe the bug** When i open the Shape-Menu and first select a form (square, circle, ...) and directly after change the fill color, its does not work. **To Reproduce** Steps...

Bug

Steps to reproduce the behavior: 1. Apply a mask on Image. 2. Go back to filters and mark "Blur". **Expected behavior** Blur filter is correctly applied on a modified photo....

Bug

**Describe the bug** The size of imageEditor is not updated when we load new image. It is same on both cases; 1. when we load image using **includeUI** option. 2....

Bug

Hi, I use tui.image-editor v3.15.2 to do photo editing in mobile before posting them to a newsfeed. I have a problem when the image is too high, the image is...

Enhancement

**Describe the bug** Calling crop causes error. **To Reproduce** Steps to reproduce the behavior: Call crop method in Vue methods. Code: ``` applyCrop() { let cropZone = this.$refs.tuiImageEditor.invoke('getCropzoneRect') this.$nextTick(() =>...

Bug

- Save `ImageEditor`'s state to JSON format - object - backgroundImage - drawings - texts - shapes - icons - filter - undo/redo stack issue-ref: #244

Feature

custom like [http://nhn.github.io/tui.image-editor/latest/tutorial-example02-useApiDirect]( Use api direct ) - Cannot read property set of null on Crop using library method **startDrawingMode**, when I crop by mousemove event > `this.instance!.startDrawingMode('CROPPER');` ![捕获2](https://user-images.githubusercontent.com/35056649/119525575-328e9c00-bdb1-11eb-80de-83a1fb5eab83.PNG) ![捕获4](https://user-images.githubusercontent.com/35056649/119525576-328e9c00-bdb1-11eb-9f93-07fa952d4164.PNG)...

Bug