github readme

This commit is contained in:
cupcakearmy 2021-04-06 15:39:25 +02:00
parent fbc30e36b6
commit b5c86e6801
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9
8 changed files with 21 additions and 1 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
*.afdesign filter=lfs diff=lfs merge=lfs -text

19
README.md Normal file
View File

@ -0,0 +1,19 @@
![logo](./build/github.jpg)
# UnPixel
Help your eyes take a break
![screenshot](./build/screenshot.png)
## 🤔 Why?
When staring for long times at computer screen our eyes can get dry and suffer form what is called Computer Vision Syndrome (CVS).
To combat and alleviate the symptoms there is the famous 20/20/20 rule that aims at reducing the stress on our eyes caused by focusing for long periods on the same distance.
This is not medical advice. Read more [here](https://en.wikipedia.org/wiki/Computer_vision_syndrome) and [here](https://www.aoa.org/healthy-eyes/eye-and-vision-conditions/computer-vision-syndrome).
## 📦 Install
Head to the [release page](https://github.com/cupcakearmy/unpixel/releases) and grab the latest for your platform.

BIN
build/background.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 KiB

BIN
build/background@2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 394 KiB

BIN
build/github.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

View File

Before

Width:  |  Height:  |  Size: 191 KiB

After

Width:  |  Height:  |  Size: 191 KiB

BIN
build/screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 KiB

View File

@ -20,7 +20,7 @@
"build": "run-s build:*",
"pack": "electron-builder -mwl",
"pack:dev": "electron-builder -m",
"dist": "rm -rf ./dist && run-s build pack"
"dist": "rm -rf .parcel-cache dist && run-s build pack"
},
"browserslist": [
"last 2 Chrome versions"