Showing
1 changed file
with
20 additions
and
0 deletions
면담보고서/README.md
0 → 100644
1 | +# Image Editiong Tool | ||
2 | + | ||
3 | +* 기존의 툴들보다 좀 더 interactive한 사용자 UI/UX 디자인으로 제작하고, WHSIWYG 방식의 편집기를 HTML5를 기반한 웹상에서 구현을 할 수 있도록 제작해본다. | ||
4 | + | ||
5 | +#### 구현할 기능들 | ||
6 | +--- | ||
7 | +* Crop : 영역 선택 | ||
8 | +* Filp : 상하 반전 | ||
9 | +* Rotation : 이미지 기울이기 | ||
10 | +* Drawing : 그림에 선 그리기 | ||
11 | +* Shape , Icon : 그림에 도형과 아이콘 집어넣기 | ||
12 | +* Text : 글 집어넣기 | ||
13 | +* Filter : 그림에 필터 적용하기 | ||
14 | +--- | ||
15 | + | ||
16 | + | ||
17 | +#### 참고한 git | ||
18 | +* [nhn의 tui.image-editor](https://github.com/nhn/tui.image-editor#-features) | ||
19 | +* [Fabric-js-editor](https://github.com/danielktaylor/fabric-js-editor) | ||
20 | + |
-
Please register or login to post a comment