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

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

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
```