accessibility-widgets 2.0.12 → 2.0.13

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.
Files changed (2) hide show
  1. package/README.md +6 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -27,8 +27,8 @@ English, Deutsch, Español, Italiano, Français, Русский, Türkçe, ال
27
27
  ## ⚡ Quick Start
28
28
 
29
29
  ```html
30
- <!-- Include the widget - That's it! -->
31
- <script src="https://unpkg.com/accessibility-widgets@latest/widget.js"></script>
30
+ <!-- Load widget close to the </body> - That's it! -->
31
+ <script src="https://cdn.jsdelivr.net/npm/accessibility-widgets@latest/widget.js"></script>
32
32
  ```
33
33
 
34
34
  Or install via NPM:
@@ -95,11 +95,12 @@ require('accessibility-widgets');
95
95
 
96
96
  ### CDN (Fastest)
97
97
  ```html
98
- <!-- unpkg CDN -->
99
- <script src="https://unpkg.com/accessibility-widgets@latest/widget.js"></script>
100
-
101
98
  <!-- jsdelivr CDN -->
102
99
  <script src="https://cdn.jsdelivr.net/npm/accessibility-widgets@latest/widget.js"></script>
100
+
101
+
102
+ <!-- unpkg CDN -->
103
+ <script src="https://unpkg.com/accessibility-widgets@latest/widget.js"></script>
103
104
  ```
104
105
 
105
106
  ### NPM
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "accessibility-widgets",
3
- "version": "2.0.12",
3
+ "version": "2.0.13",
4
4
  "description": "A comprehensive, lightweight accessibility widget that enhances web accessibility for all users. Provides multiple accessibility features including screen reader support, voice control, high contrast mode, and more.",
5
5
  "main": "widget.js",
6
6
  "scripts": {