Full featured image editor using HTML5 Canvas. It's easy to use and provides powerful filters.
Wrappers
- toast-ui.vue-image-editor: Vue wrapper component is powered by NHN.
- toast-ui.react-image-editor: React wrapper component is powered by NHN.
? Table of Contents
- Collect statistics on the use of open source
- Browser Support
- Has full features that stick to the basic.
- Easy to apply the size and design you want
- Features
- Install
- Usage
- Development
- Documents
- Contributing
- Dependency
- TOAST UI Family
- Used By
- License
Collect statistics on the use of open source
TOAST UI ImageEditor applies Google Analytics (GA) to collect statistics on the use of open source, in order to identify how widely TOAST UI ImageEditor is used throughout the world. It also serves as important index to determine the future course of projects. location.hostname (e.g. > “ui.toast.com") is to be collected and the sole purpose is nothing but to measure statistics on the usage. To disable GA, use the following usageStatistics
option when creating the instance.
var options = {
//...
usageStatistics: false
}
var imageEditor = new tui.ImageEditor('#tui-image-editor-container', options);
Or, include tui-code-snippet
(v1.4.0 or later) and then immediately write the options as follows:
tui.usageStatistics = false;