@ganttloom/gantt-export 0.2.0 → 0.2.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 +3 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# @ganttloom/gantt-export
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/@ganttloom/gantt-export)
|
|
4
|
+
[](../../LICENSE)
|
|
5
|
+
|
|
3
6
|
Export a [`@ganttloom/gantt-core`](../gantt-core) chart to native PDF, PPTX,
|
|
4
7
|
and XLSX files — generated from scratch (a hand-rolled PDF object writer, and
|
|
5
8
|
a hand-rolled ZIP + OOXML writer shared by the PPTX and XLSX exporters). No
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ganttloom/gantt-export",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"description": "Export a @ganttloom/gantt-core chart to native PDF, PPTX, and XLSX files, generated from scratch with zero external PDF/OOXML libraries.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"access": "public"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@ganttloom/gantt-core": "0.
|
|
56
|
+
"@ganttloom/gantt-core": "0.4.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"tsup": "^8.3.5",
|