@beam3_dev/api_module 0.0.28 → 0.0.29
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 +2 -0
- package/dist/wb3Api.js +5 -1921
- package/dist/wb3Api.mjs +1994 -0
- package/package.json +5 -6
- /package/dist/{wb3Api.umd.cjs → wb3Api.umd.js} +0 -0
package/README.md
CHANGED
|
@@ -5,6 +5,8 @@
|
|
|
5
5
|
[lien de la documentation](./docs/index.html ) à ouvrir avec l'extension de VScode : `liveserver`
|
|
6
6
|
disponible [sur le marcketplace](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer)
|
|
7
7
|
|
|
8
|
+
<a href="./docs/index.html" target="_blank">Documentation</a>
|
|
9
|
+
|
|
8
10
|
## installation
|
|
9
11
|
|
|
10
12
|
```bash
|