ocr-fileformat icon indicating copy to clipboard operation
ocr-fileformat copied to clipboard

Improve privacy of web interface by reducing third party contents

Open stweil opened this issue 7 years ago • 1 comments

Currently the web interface loads some third party contents. Maybe we can provide some of that locally.

stweil avatar Dec 09 '17 14:12 stweil

The method du jour is to structure code as a module, rely on Node.JS for managing included libraries and bundle for distribution with webpack/browserify/parcel.

kba avatar Dec 10 '17 23:12 kba