@niclasbork/a11ycore 1.1.9 → 1.1.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/a11y-core.cjs.js +632 -0
- package/dist/a11y-core.es.js +24899 -0
- package/dist/a11y-core.iife.js +88 -82
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# A11Y.Core
|
|
2
2
|
|
|
3
3
|
A powerful, embeddable accessibility widget built with React, TypeScript, and Tailwind CSS.
|
|
4
4
|
Instantly add features like text scaling, high contrast and night-shift modes, dyslexia-friendly fonts, screen reader support, link highlighting, and reduce motion to any website - with a single line of code.
|