Skip to content

Native desktop application for easily redacting sensitive data in images

License

Notifications You must be signed in to change notification settings

jakekgrog/redact

Repository files navigation

HitCount contributions welcome

Redact - Easily redact sensitive data in images

alt text

alt text

Installation

Clone this repository:

$ git clone https://github.com/r-dog/redact

Next, cd into the directory and install dependencies:

$ cd redact
$ npm install

To start run:

$ npm start

THIS IS A WORK IN PROGRESS