pptx-kit-preview 0.0.0

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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +13 -0
package/README.md ADDED
@@ -0,0 +1,6 @@
1
+ # pptx-kit-preview
2
+
3
+ Experimental preview renderer for [pptx-kit](https://github.com/baseballyama/pptx-kit): render slides to SVG (browser + Node) or rasterize to PNG in Node, with no browser binary.
4
+
5
+ This `0.0.0` release is a name reservation. The real package ships shortly from
6
+ [baseballyama/pptx-kit](https://github.com/baseballyama/pptx-kit) — watch the repo for the first release.
package/package.json ADDED
@@ -0,0 +1,13 @@
1
+ {
2
+ "name": "pptx-kit-preview",
3
+ "version": "0.0.0",
4
+ "description": "Experimental preview renderer for pptx-kit: render slides to SVG or PNG without a browser binary. Placeholder release — the real package ships from https://github.com/baseballyama/pptx-kit shortly.",
5
+ "license": "MIT",
6
+ "author": "baseballyama",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/baseballyama/pptx-kit.git",
10
+ "directory": "packages/preview"
11
+ },
12
+ "homepage": "https://github.com/baseballyama/pptx-kit#readme"
13
+ }