https://github.com/jacobx1/camera-app
Playground for manipulating images in the browser
https://github.com/jacobx1/camera-app
image-processing parcel react video
Last synced: about 2 months ago
JSON representation
Playground for manipulating images in the browser
- Host: GitHub
- URL: https://github.com/jacobx1/camera-app
- Owner: jacobx1
- License: mit
- Created: 2019-06-23T22:41:44.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T06:39:29.000Z (over 3 years ago)
- Last Synced: 2025-06-14T09:05:04.906Z (about 1 year ago)
- Topics: image-processing, parcel, react, video
- Language: TypeScript
- Homepage: https://camera-app.jecko.me/
- Size: 737 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# camera-app
Playing around with image processing in the Browser. Currently, this uses the front-facing camera to snap a photo and crop to a detected face.
## Install
```bash
npm i
```
## Build
```bash
npm run build
```
## Develop
```bash
npm start
```