Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuma140902/web-image-editor
React, OpenCV.js, Konvaを用いた画像エディタ
https://github.com/yuma140902/web-image-editor
Last synced: about 2 months ago
JSON representation
React, OpenCV.js, Konvaを用いた画像エディタ
- Host: GitHub
- URL: https://github.com/yuma140902/web-image-editor
- Owner: yuma140902
- Created: 2023-09-21T12:59:01.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-07T16:11:06.000Z (about 1 year ago)
- Last Synced: 2023-11-07T17:29:27.025Z (about 1 year ago)
- Language: TypeScript
- Homepage: http://yuma14.net/web-image-editor/
- Size: 686 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web Image Editor
[![Deploy static content to Pages](https://github.com/yuma140902/web-image-editor/actions/workflows/deploy.yml/badge.svg)](https://github.com/yuma140902/web-image-editor/actions/workflows/deploy.yml)
ブラウザ上で動作する画像エディタです。
デプロイ先:
[![image](https://github.com/yuma140902/web-image-editor/assets/23431077/91b2e738-ec06-45e5-8049-36316663a491)](https://yuma140902.github.io/web-image-editor/) [^1]
[^1]:
## 機能
- グレースケール
- 二値化
- エッジ検出 (Canny法)
- 色付きエッジ検出
- 漫画風加工
- 色の反転
- コントラスト
- 明るさ![image](https://github.com/yuma140902/web-image-editor/assets/23431077/3b951920-7039-415a-ba7c-5fb1ea74d466)
## 使用した技術
- React
- TypeScript
- Vite
- Ant Design
- Konva
- OpenCV.js