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

Use editor in Vue pop-up window.Text cannot be edited.

Question

RotatingPointOffset was removed from fabric since v4. fabric uses default controls with an extra offsetY parameter to handle this now. They can be overwritten with custom values, so with initialization...

inactive

Index.d.ts fixed with missing parameters for correct working with TypeScript

inactive

**Describe the bug** I am using "tui-image-editor": "^3.11.0" and during the creation of a new tui Instance, i give this as selectionStyle : ![Capture d’écran 2021-03-18 aΜ€ 14 38 31](https://user-images.githubusercontent.com/47225096/111635290-a469c880-87f7-11eb-99e7-d7c194827576.png)...

Bug

**Describe the bug** **Type in index.d.ts:** public redo(): Promise; public undo(): Promise; **Should be:** public redo(iterationCount: number): Promise; public undo(iterationCount: number): Promise; **API:** ![image](https://user-images.githubusercontent.com/54979276/183095737-703bb66f-593f-49ef-bde5-63cc52b5ed5b.png) ![image](https://user-images.githubusercontent.com/54979276/183094864-5e9a57b5-a84f-4d86-8d2b-2c8372989ee5.png)

Bug

Editor buttons not working when init image with loadImageFromFile. Check this: https://stackblitz.com/edit/js-qovzzf?file=index.js

Bug

Is it compatible with React version 18. I am getting error when installing it with React version 18. ![Screenshot 2022-07-24 at 11 43 39 PM(1)](https://user-images.githubusercontent.com/28259777/180660537-0d755020-93ac-4ac0-a4d8-bdc384d0effa.jpg)

Question

## Version "@toast-ui/react-image-editor": "^3.15.0" ## Development Environment All desktop browsers (I am using Chrome); Windows; React ## Current Behavior No eraser tool: a user cannot erase pixels on an image...

Enhancement
Need Discussion

## Version ``` "@toast-ui/react-image-editor": "^3.15.2", ``` ## Development Environment macOS / chrome. ## Current Behavior https://github.com/nhn/tui.image-editor/blob/338d7b18b6b6a52962f042e31e46638d88683c4a/apps/image-editor/src/js/action.js#L618 ## Expected Behavior Expect to be able to configure font family defaults when editor...

Enhancement
Need Discussion

**Summary** How can I add a "line drawing (Straight)" from code only, without providing any action from the editor? How can I adjust its position relative to the coordinates? How...

Question
inactive