Hacker News new | ask | show | jobs
Show HN: EasyAria – A JavaScript library for manipulating HTML ARIA attributes (github.com)
1 points by emamoah 940 days ago
Hello guys, I created my first library! It's a simple library called "EasyAria".

The library aids web developers in building accessible websites and web apps by providing a convenient and type-safe way to manipulate HTML ARIA attributes in JavaScript.

It's based on the latest W3C WAI-ARIA 1.2 Specification.

It's also written entirely in TypeScript, so developers can catch errors during development.

GitHub repo: https://github.com/emamoah/easy-aria

Please feel free to try it out, and I'd like to know what you guys think!