mirror of
https://github.com/cupcakearmy/unpixel.git
synced 2024-12-22 08:06:33 +00:00
github readme
This commit is contained in:
parent
fbc30e36b6
commit
b5c86e6801
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
*.afdesign filter=lfs diff=lfs merge=lfs -text
|
19
README.md
Normal file
19
README.md
Normal 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
BIN
build/background.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 150 KiB |
BIN
build/background@2x.png
Normal file
BIN
build/background@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 394 KiB |
BIN
build/github.jpg
Normal file
BIN
build/github.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 56 KiB |
Before Width: | Height: | Size: 191 KiB After Width: | Height: | Size: 191 KiB |
BIN
build/screenshot.png
Normal file
BIN
build/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 198 KiB |
@ -20,7 +20,7 @@
|
|||||||
"build": "run-s build:*",
|
"build": "run-s build:*",
|
||||||
"pack": "electron-builder -mwl",
|
"pack": "electron-builder -mwl",
|
||||||
"pack:dev": "electron-builder -m",
|
"pack:dev": "electron-builder -m",
|
||||||
"dist": "rm -rf ./dist && run-s build pack"
|
"dist": "rm -rf .parcel-cache dist && run-s build pack"
|
||||||
},
|
},
|
||||||
"browserslist": [
|
"browserslist": [
|
||||||
"last 2 Chrome versions"
|
"last 2 Chrome versions"
|
||||||
|
Loading…
Reference in New Issue
Block a user