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

### Description Bumps fabric from 4.2.0 to 5.2.4 #770

Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=parse-url&package-manager=npm_and_yarn&previous-version=6.0.0&new-version=6.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

fixed css property typo from `backbround-color` to `background-color`

**Summary** The user should see the crop menu by default with a specific crop ratio (2:3) whenever a new image is loaded. `initMenu: "crop"` of the `includeUI` options only works...

Question
inactive

@version 3.15.3 ## Development Environment Core JavaScript #Initialize Code var imageEditor = new tui.ImageEditor('#tui-image-editor-container', { includeUI: { loadImage: { path: "{{ $content }}", // base64 data name: "{{ $type[0] ??...

Enhancement
Need Discussion

On images that are somewhat large, the max font size of the draw addText is too small. How can we make the text larger given that the slider in the...

Enhancement
Good First Issue 🙋‍♀️ 🙋‍♂️
Need Discussion

**Summary** Is it compatible with Angular version 13? **Screenshots** ![image](https://user-images.githubusercontent.com/104344012/186616385-eac6ea6f-d894-46bb-84da-648953e7b39f.png) **Version** ^3.15.3

Question

fix: Vue wrapper instance options. ### Description This PR fixes an issue with Vue wrapper component not setting editor options properly.

**Summary** Is it possible to get the editor current state or settings so that I can apply the changes again later or process it on server side? **Screenshots** If applicable,...

Question