eye_comfort
Version:
The 'Eye Comfort' Library is designed to improve user experience by providing functionalities aimed at reducing eye strain and promoting comfortable viewing. This hook can be easily integrated into any JS application to enable features such as eye comfort
24 lines (23 loc) • 1.02 kB
JSON
{
"name": "eye_comfort",
"version": "4.0.0",
"description": "The 'Eye Comfort' Library is designed to improve user experience by providing functionalities aimed at reducing eye strain and promoting comfortable viewing. This hook can be easily integrated into any JS application to enable features such as eye comfort mode, font size adjustments, and screen brightness control. By incorporating this library, developers can enhance the accessibility and usability of their applications, ensuring that users can comfortably interact with the interface for extended periods without experiencing discomfort or fatigue.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/autonomous-web-org/Eye-Comfort.git"
},
"keywords": [
"eyecomfort",
"UX/UI",
"a11y",
"accessibility",
"hook",
"JS"
],
"author": "Autonomous Web",
"license": "GPL-3.0"
}