pptx-vue-viewer 1.1.30 → 1.1.31
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 +1 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,10 +13,7 @@ displays the slides as real HTML and CSS, with slide navigation and zoom.
|
|
|
13
13
|
> The screenshot shows the full-featured **React** editor. This Vue package is at
|
|
14
14
|
> a **read-only viewer** milestone today; see [Limitations](#limitations).
|
|
15
15
|
|
|
16
|
-
The reading is done by the framework-agnostic `pptx-viewer-core` engine, which
|
|
17
|
-
turns a `.pptx` file into a structured slide model. This package is the Vue layer
|
|
18
|
-
that draws that model on screen, and the engine is **bundled in**, so you install
|
|
19
|
-
just one package.
|
|
16
|
+
The reading is done by the framework-agnostic [`pptx-viewer-core`](https://www.npmjs.com/package/pptx-viewer-core) engine (also published as [`@christophervr/pptx-viewer`](https://www.npmjs.com/package/@christophervr/pptx-viewer) -- the two names are identical releases), which turns a `.pptx` file into a structured slide model. This package is the Vue layer that draws that model on screen, and the engine is **bundled in**, so you install just one package.
|
|
20
17
|
|
|
21
18
|
<samp>**[▶️ Try the live demo](https://christophervr.github.io/pptx-viewer/demo-vue/)** · **[📦 npm](https://www.npmjs.com/package/pptx-vue-viewer)** · **[📖 Full docs](https://christophervr.github.io/pptx-viewer/)**</samp>
|
|
22
19
|
|