mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 14:38:28 +01:00
22 lines
380 B
Markdown
22 lines
380 B
Markdown
|
# Image Editor
|
||
|
Full featured image editor using HTML5 Canvas.
|
||
|
|
||
|
This application is a wrapper of the [TOAST UI Image editor](https://github.com/nhn/tui.image-editor).
|
||
|
|
||
|
**Features:**
|
||
|
|
||
|
* Load image to canvas
|
||
|
* Undo/Redo (With shortcut)
|
||
|
* Crop
|
||
|
* Flip
|
||
|
* Rotation
|
||
|
* Free drawing
|
||
|
* Line drawing
|
||
|
* Shape
|
||
|
* Icon
|
||
|
* Text
|
||
|
* Mask Filter
|
||
|
* Image Filter
|
||
|
|
||
|
## Changes log
|
||
|
* v0.1.0-a: First release
|