@d3plus/export 3.0.0-alpha.0 → 3.0.0-alpha.1
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
CHANGED
|
@@ -4,7 +4,7 @@ Export methods for transforming and downloading SVG.
|
|
|
4
4
|
|
|
5
5
|
## Installing
|
|
6
6
|
|
|
7
|
-
If using npm, `npm install @d3plus/export`. Otherwise, you can download the [latest release from GitHub](https://github.com/d3plus/d3plus/releases/latest) or load from a [CDN](https://cdn.jsdelivr.net/npm/@d3plus/export
|
|
7
|
+
If using npm, `npm install @d3plus/export`. Otherwise, you can download the [latest release from GitHub](https://github.com/d3plus/d3plus/releases/latest) or load from a [CDN](https://cdn.jsdelivr.net/npm/@d3plus/export).
|
|
8
8
|
|
|
9
9
|
```js
|
|
10
10
|
import modules from "@d3plus/export";
|
|
@@ -13,7 +13,7 @@ import modules from "@d3plus/export";
|
|
|
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/export@3.0.0-alpha.
|
|
16
|
+
<script src="https://cdn.jsdelivr.net/npm/@d3plus/export@3.0.0-alpha.1"></script>
|
|
17
17
|
<script>
|
|
18
18
|
console.log(d3plus);
|
|
19
19
|
</script>
|
|
@@ -41,4 +41,4 @@ This is a global function
|
|
|
41
41
|
---
|
|
42
42
|
|
|
43
43
|
|
|
44
|
-
###### <sub>Documentation generated on
|
|
44
|
+
###### <sub>Documentation generated on Wed, 02 Apr 2025 20:15:51 GMT</sub>
|
package/package.json
CHANGED
package/umd/d3plus-export.js
CHANGED
package/umd/d3plus-export.min.js
CHANGED