A desktop app that helps to hide faces and body parts from video
TBD - guide to come once an alpha or beta release is made
If you'd like to make contributions to building the application, you can do so by setting up your development environment and making changes to the code.
This project is based off the electron-webpack-starter which uses electron-webpack
.
Electron Webpack is:
A bare minimum project structure to get started developing with
electron-webpack
.
To get the app running locally for development:
# install dependencies
yarn
# run application in development mode
yarn dev
# compile source code and create webpack output
yarn compile
# `yarn compile` & create build with electron-builder
yarn dist
# `yarn compile` & create unpacked build with electron-builder
yarn dist:dir
- @shiffman - Daniel Shiffman
- @joeyklee - Joey Lee
- @dancigrang
- @TheNullicorn