@d3plus/dom 3.0.0-alpha.1 → 3.0.0-alpha.3
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 -3
- package/package.json +1 -1
- package/umd/d3plus-dom.full.js +1 -1
- package/umd/d3plus-dom.full.min.js +1 -1
- package/umd/d3plus-dom.js +1 -1
- package/umd/d3plus-dom.min.js +1 -1
package/README.md
CHANGED
|
@@ -13,7 +13,7 @@ import modules from "@d3plus/dom";
|
|
|
13
13
|
In vanilla JavaScript, a `d3plus` global is exported from the pre-bundled version:
|
|
14
14
|
|
|
15
15
|
```html
|
|
16
|
-
<script src="https://cdn.jsdelivr.net/npm/@d3plus/dom@3.0.0-alpha.
|
|
16
|
+
<script src="https://cdn.jsdelivr.net/npm/@d3plus/dom@3.0.0-alpha.3"></script>
|
|
17
17
|
<script>
|
|
18
18
|
console.log(d3plus);
|
|
19
19
|
</script>
|
|
@@ -172,5 +172,3 @@ This is a global function
|
|
|
172
172
|
|
|
173
173
|
---
|
|
174
174
|
|
|
175
|
-
|
|
176
|
-
###### <sub>Documentation generated on Wed, 02 Apr 2025 20:15:51 GMT</sub>
|
package/package.json
CHANGED
package/umd/d3plus-dom.full.js
CHANGED
package/umd/d3plus-dom.js
CHANGED
package/umd/d3plus-dom.min.js
CHANGED