@d3plus/export 3.1.2 → 3.1.4

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
@@ -40,7 +40,7 @@ Live examples can be found on [d3plus.org](https://d3plus.org/), which includes
40
40
 
41
41
  > **saveElement**(`elem`: `HTMLElement`, `options?`: `SaveElementOptions`, `renderOptions?`: `SaveElementRenderOptions`): `void`
42
42
 
43
- Defined in: [saveElement.ts:36](https://github.com/d3plus/d3plus/blob/35025276b7e98271b21e2a83ec03c1025ea4cb11/packages/export/src/saveElement.ts#L36)
43
+ Defined in: [saveElement.ts:36](https://github.com/d3plus/d3plus/blob/28157d056a88c49bd8f644f87e79a19dcedd589b/packages/export/src/saveElement.ts#L36)
44
44
 
45
45
  Downloads an HTML Element as a bitmap PNG image.
46
46
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d3plus/export",
3
- "version": "3.1.2",
3
+ "version": "3.1.4",
4
4
  "description": "Export methods for transforming and downloading SVG.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -1,5 +1,5 @@
1
1
  /*
2
- @d3plus/export v3.1.1
2
+ @d3plus/export v3.1.3
3
3
  Export methods for transforming and downloading SVG.
4
4
  Copyright (c) 2026 D3plus - https://d3plus.org
5
5
  @license MIT
@@ -1,5 +1,5 @@
1
1
  /*
2
- @d3plus/export v3.1.1
2
+ @d3plus/export v3.1.3
3
3
  Export methods for transforming and downloading SVG.
4
4
  Copyright (c) 2026 D3plus - https://d3plus.org
5
5
  @license MIT
@@ -1,5 +1,5 @@
1
1
  /*
2
- @d3plus/export v3.1.1
2
+ @d3plus/export v3.1.3
3
3
  Export methods for transforming and downloading SVG.
4
4
  Copyright (c) 2026 D3plus - https://d3plus.org
5
5
  @license MIT
@@ -1,5 +1,5 @@
1
1
  /*
2
- @d3plus/export v3.1.1
2
+ @d3plus/export v3.1.3
3
3
  Export methods for transforming and downloading SVG.
4
4
  Copyright (c) 2026 D3plus - https://d3plus.org
5
5
  @license MIT