release
This commit is contained in:
@@ -27,8 +27,8 @@ English, Deutsch, Español, Italiano, Français, Русский, Türkçe, ال
|
|||||||
## ⚡ Quick Start
|
## ⚡ Quick Start
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<!-- Include the widget - That's it! -->
|
<!-- Load widget close to the </body> - That's it! -->
|
||||||
<script src="https://unpkg.com/accessibility-widgets@latest/widget.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/accessibility-widgets@latest/widget.js"></script>
|
||||||
```
|
```
|
||||||
|
|
||||||
Or install via NPM:
|
Or install via NPM:
|
||||||
@@ -95,11 +95,12 @@ require('accessibility-widgets');
|
|||||||
|
|
||||||
### CDN (Fastest)
|
### CDN (Fastest)
|
||||||
```html
|
```html
|
||||||
<!-- unpkg CDN -->
|
|
||||||
<script src="https://unpkg.com/accessibility-widgets@latest/widget.js"></script>
|
|
||||||
|
|
||||||
<!-- jsdelivr CDN -->
|
<!-- jsdelivr CDN -->
|
||||||
<script src="https://cdn.jsdelivr.net/npm/accessibility-widgets@latest/widget.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/accessibility-widgets@latest/widget.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- unpkg CDN -->
|
||||||
|
<script src="https://unpkg.com/accessibility-widgets@latest/widget.js"></script>
|
||||||
```
|
```
|
||||||
|
|
||||||
### NPM
|
### NPM
|
||||||
|
|||||||
Reference in New Issue
Block a user