pptx-kit 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.
- package/README.md +6 -0
- package/package.json +12 -0
package/README.md
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
# pptx-kit
|
|
2
|
+
|
|
3
|
+
Generate and edit `.pptx` (OOXML PresentationML) files from TypeScript, in Node and the browser.
|
|
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,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "pptx-kit",
|
|
3
|
+
"version": "0.0.0",
|
|
4
|
+
"description": "Generate and edit .pptx (OOXML PresentationML) files from TypeScript, in Node and the browser. 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
|
+
},
|
|
11
|
+
"homepage": "https://github.com/baseballyama/pptx-kit#readme"
|
|
12
|
+
}
|