pptx-vanilla-viewer 0.1.0 → 0.1.1

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 +7 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,8 +1,12 @@
1
1
  # pptx-vanilla-viewer
2
2
 
3
- > **Work in progress** -- this package is under active development and the API
4
- > may change. Full documentation, examples, and a stable release are coming soon.
5
- > For the latest source, issue tracker, and updates visit the GitHub repository:
3
+ > ### ⚠️ Viewing capability only
4
+ > This release provides **read-only / viewing** of `.pptx` files.
5
+ > Editing, saving, and authoring features are **not available** in this
6
+ > version and will be added in a future release.
7
+ >
8
+ > The package is under active development and the API may change.
9
+ > For the latest source, roadmap, and issue tracker visit:
6
10
  >
7
11
  > **https://github.com/ChristopherVR/pptx-viewer**
8
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pptx-vanilla-viewer",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Zero-framework PowerPoint viewer: render PPTX slides in the browser with plain DOM, no React/Vue/Angular required.",
5
5
  "keywords": [
6
6
  "javascript",