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.
Hello, is there any methods/options available for downloaded image that i can get from react component so i can save my database or server from my component. If yes please...
After initializing the tui image editor, it can already function normally. When I click the delete button, an error will be reported macOS chrome: 114.0.5735.133 (x86_64) "tui-image-editor": "^3.15.3",
## Version 3.15.3 ## Development Environment JS min, embedded in [onlyoffice](https://www.onlyoffice.com/) [as a plugin](https://github.com/ONLYOFFICE/onlyoffice.github.io/blob/master/sdkjs-plugins/content/photoeditor/vendor/tui/tui-image-editor.min.js) ## Current Behavior The user must manually select all of the picture and make guesses if...
## Version 3.15.3 ## Development Environment JS min, embedded in [onlyoffice](https://www.onlyoffice.com/) [as a plugin](https://github.com/ONLYOFFICE/onlyoffice.github.io/blob/master/sdkjs-plugins/content/photoeditor/vendor/tui/tui-image-editor.min.js) ## Current Behavior The user must navigate to an external color picker to determine the hex...
## Version 3.15.3 ## Development Environment JS min, embedded in [onlyoffice](https://www.onlyoffice.com/) [as a plugin](https://github.com/ONLYOFFICE/onlyoffice.github.io/blob/master/sdkjs-plugins/content/photoeditor/vendor/tui/tui-image-editor.min.js) ## Current Behavior Remove white is a filter that removes white from the background. If other...
Firstly, thank you for making this wonderful editor. Much appreciated. ## Version 3.15.3 ## Development Environment JS min, embedded in [onlyoffice](https://www.onlyoffice.com/) [as a plugin](https://github.com/ONLYOFFICE/onlyoffice.github.io/blob/master/sdkjs-plugins/content/photoeditor/vendor/tui/tui-image-editor.min.js) ## Current Behavior Filters are hard...
## Version ## Development Environment ## Current Behavior ```js // Write example code ``` ## Expected Behavior
Obviously, that option exists, but when i try to replicate it, i'm getting errors. So i'm literally trying to implement this code from your "service-basic.js" file, which, as far as...
**Summary** I am trying to set the cropzone, but it's throwing an error **Screenshots** ` imageEditor.setCropzoneRect(1.5) // I have tried with multiple numbers but none of them is working `...