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

![1](https://user-images.githubusercontent.com/50992790/157186962-78703868-4bd9-4aa9-b5e0-7bb3615894ef.png) ![2](https://user-images.githubusercontent.com/50992790/157186971-1c9a72ee-7a01-41e8-9478-aa00ae1a585e.png) ![3](https://user-images.githubusercontent.com/50992790/1 ![4](https://user-images.githubusercontent.com/50992790/157186988-86e8588c-8021-4ecc-9e6d-8b3cd39cd16b.png) ![5](https://user-images.githubusercontent.com/50992790/157186991-270331ea-0b93-4287-b57a-33061576b9db.png) ![6](https://user-images.githubusercontent.com/50992790/157187000-8f66578a-79b2-4e3f-ad23-e39fa5cd21cf.png) 57186975-6e4354f9-8419-4960-ba22-8733cb1c9a05.png)

Bug

![imageeditor3](https://user-images.githubusercontent.com/50992790/156544482-1479f079-96a7-4557-9277-b8654f95003b.gif) 1.Add a line,then select the line,set color and thickness. 2.Current line can not be changed.(NG) 3.When the free button is not selected, click Set color or set pen thickness,...

Bug

1.Click shape menu,click circular,then click image. 2.Move the shape will can not drag to get larger,F12,the browser will display error.(NG) The Squares and triangles is good. ![imageeditor4](https://user-images.githubusercontent.com/50992790/156914459-8d9a10e3-aba8-4e86-b6eb-ee861af457b4.gif)

Bug

![imageeditor1](https://user-images.githubusercontent.com/50992790/156543677-197c8e6e-e531-436a-8bbf-9dad5cfb44c8.gif) 1.Click draw menu,click straight line button and add to image. 2.Click the straight line button again,select the line on the image. 3.Press Ctrl+C and Ctrl+V,the straight line cannot be...

Bug

![imageeditor2](https://user-images.githubusercontent.com/50992790/156544098-591461ee-c35c-404d-9b7b-46f958fe8133.gif)

Bug

![image-2022-02-22-10-05-53-534](https://user-images.githubusercontent.com/50992790/155485336-233bab7b-86c3-4595-9fd6-41b0dfd9e160.png)

Bug

## Version Version 3.3.0 ## Development Environment Ubuntu, Chrome ## Current Behavior Currently there is only one way to get coordinates from objects which is `getObjectProperties(id)` but this requires an...

Enhancement

Exposing the FabricJS canvas object and the `loadFromJSON` FabricJS function via the core `imageEditor` class http://fabricjs.com/docs/fabric.Canvas.html#loadFromJSON Exporting Canvas example: ``` import ImageEditor from '@toast-ui/react-image-editor'; var canvasData = imageEditor.getCanvas(); console.log(canvasData); ```...

Feature
Help Wanted 🤝

![imageeditor2](https://user-images.githubusercontent.com/50992790/155042533-e8bc471f-78a3-4b68-a67f-02f10ea8778a.gif)

Bug

**Describe the bug** When focus on the "Shape marking pen thickness" textbox,press BackSpace or delete key,it should not delete shape. **To Reproduce** 1. Click shape menu,add a shape. 2. Click...

Bug