Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 1.56 KB

README.md

File metadata and controls

55 lines (33 loc) · 1.56 KB

blurify

Overview

This app act as an exclusion simulator : it tries to demonstrate how hard it can be to consume digital services with a visual impairment.

Github Pages

In case of repository renaming :

ViteJS config

In vite.config.js change base to /REPO_NAME/

Development

The face detection logic is stored in src > components > FaceDetection.vue It is consumed directly in App.vue where the rest of the logic can be configured (bluriness)

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint