screen ppd
1.0.0
Hosted @ https://qasimk.io/screen-ppd/
Use a screen's size and resolution combined with your viewing distance (from your eyes to the screen) to calculate the Pixels Per Degree (PPD).
Install requirements:
<project root>
with npm install
.Development:
# Linting
$ npm run lint
# Hot-reloading development web-server
$ npm run start
# Dev build
$ npm run build:dev
Deployment (https://qasimk.github.io/screen-ppd/):
$ ./deploy.sh
All make commands are available in package.json
.