CaptureD2L is a web page for invert terminal image from dark mode to light.
- Node.js v18
$ npm install
$ npm run devGo to http://localhost:5173/CaptureD2L/
- Project Introduction
- Blog posts(in Korean)
- Image Processing
- 이미지 밝기 반전 방법을 변경하였습니다.
- 기존에는 이미지 처리를 위해 Python API 서버를 따로 두었으나, 이번 버전에서는 Jimp 라이브러리를 사용해 React Frontend에서 모든 처리가 가능하도록 변경했습니다.