adecksibility-widget 2.5.0 → 2.5.2
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 +5 -16
- package/dist/adecksibility-embed.umd.js +6 -6
- package/package.json +1 -5
- package/readme.txt +0 -76
package/README.md
CHANGED
|
@@ -1,10 +1,6 @@
|
|
|
1
|
-
# ADecksibility
|
|
1
|
+
# ADecksibility Widget
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
This npm package is focused on the standalone browser bundle:
|
|
6
|
-
|
|
7
|
-
- `dist/adecksibility-embed.umd.js`
|
|
3
|
+
Standalone accessibility widget bundle for WordPress and non-WordPress sites.
|
|
8
4
|
|
|
9
5
|
## Usage
|
|
10
6
|
|
|
@@ -15,17 +11,10 @@ This npm package is focused on the standalone browser bundle:
|
|
|
15
11
|
platform: "standalone"
|
|
16
12
|
};
|
|
17
13
|
</script>
|
|
18
|
-
<script src="https://cdn.jsdelivr.net/npm/adecksibility-widget@2.5.
|
|
19
|
-
```
|
|
20
|
-
|
|
21
|
-
## Build
|
|
22
|
-
|
|
23
|
-
```bash
|
|
24
|
-
node tools/build-embed-bundle.js
|
|
14
|
+
<script src="https://cdn.jsdelivr.net/npm/adecksibility-widget@2.5.2/dist/adecksibility-embed.umd.js" defer></script>
|
|
25
15
|
```
|
|
26
16
|
|
|
27
17
|
## Notes
|
|
28
18
|
|
|
29
|
-
-
|
|
30
|
-
-
|
|
31
|
-
- The package license is currently `UNLICENSED`. If you want third parties to reuse or redistribute it under explicit terms, add a proper license before broader release.
|
|
19
|
+
- This npm package only contains the standalone browser bundle.
|
|
20
|
+
- For source development, use the main repository.
|