tui.image-editor
tui.image-editor copied to clipboard
🍞🎨 Full-featured photo image editor using canvas. It is really easy, and it comes with great filters.
use next + js addLabel() { this.step = 'label' const width = this.imageSize.width / 3 const height = this.imageSize.height / 3 const options = { ...this.shapeOption, width, height, } this.editorInstance...
I also love online PS tools very much, so I developed my own online PS tool. https://freeps.org Source code: https://github.com/geeeeeeeek/freeps
Hi, I am having a problem. I want to add crop functionality using API of tui image editor **Summary :-** I tried to build crop function by api for this...
**Describe the bug** Package is using old versions of child dependencies, which have vulnerability of very high severity. One of the package is tough-cookie whose version used is V3.0.1 which...
Hi guys, is it possible to auto resize editor (canvas, controls,...) when user resize browser window?
## Version 3.15.3 ## Development Environment mac os 14.2.1 chrome 125.0.6422.113 ## Current Behavior It is very difficult to fire onModify event. Direct call instance.toDataURL() in undoStackChanged will cause the...
` 0. Design @import url(http://fonts.googleapis.com/css?family=Noto+Sans); html, body { height: 100%; margin: 0; } .wrapper { width: 400px !important; height: 350px !important; overflow: auto !important; } .content { position: relative !important;...
**Summary** A clear and concise description of what the question is. **Screenshots** If applicable, add screenshots to help explain your question. **Version** Write the version of the imageEditor you are...
1、You can define that the color and width of the brush do not take effect by setting the color and width properties of the paint object paint: { color: '#ffffff',...