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.
- package/README.md +7 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
# pptx-vanilla-viewer
|
|
2
2
|
|
|
3
|
-
>
|
|
4
|
-
>
|
|
5
|
-
>
|
|
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