Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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を用いた画像エディタ

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