pptx-kit-preview 0.3.0 → 0.3.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pptx-kit-preview",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "description": "Experimental preview renderer for pptx-kit: render a slide to SVG (browser + Node) or rasterize it to a PNG/RGBA image in Node, with no browser binary.",
5
5
  "keywords": [
6
6
  "ooxml",
@@ -47,7 +47,7 @@
47
47
  "@types/fontkit": "^2.0.9",
48
48
  "tsup": "^8.5.1",
49
49
  "typescript": "^6.0.3",
50
- "pptx-kit": "0.5.0"
50
+ "pptx-kit": "0.6.1"
51
51
  },
52
52
  "peerDependencies": {
53
53
  "pptx-kit": ">=0.1.0"