A web video magnifier using webcam.
public | ||
src | ||
tests | ||
.browserslistrc | ||
.gitignore | ||
.gitlab-ci.yml | ||
babel.config.js | ||
Dockerfile | ||
jest.config.js | ||
LICENSE | ||
package.json | ||
postcss.config.js | ||
README.rst | ||
tsconfig.json | ||
tslint.json | ||
vue.config.js | ||
yarn.lock |
NervMag
A web video magnifier using webcam.
Install
Deploy on webserver
You need to install yarn to continue.
Go to the project directory and use following commands.
Just serve the dist directory with your web server.
Deploy on native platform with electron
TODO
Development
Fork the project or create a personal branch.
Do your stuff.
Create unit and e2e tests if possible.
Launch test.
Ask for a merge request on master branch.