@flyfish-group/file-viewer-web 2.0.0 → 2.0.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.en.md +1 -1
- package/README.md +1 -1
- package/dist/flyfish-file-viewer-web.iife.js +826 -770
- package/package.json +2 -2
- package/viewer/flyfish-viewer-manifest.json +1 -1
package/README.en.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Pure web file preview package. This package is the historical alias of `@file-viewer/web` and now provides the same native DOM mounting API: it creates the complete Flyfish Viewer inside your target container.
|
|
4
4
|
|
|
5
5
|
```bash
|
|
6
|
-
npm install @flyfish-group/file-viewer-web@2.0.
|
|
6
|
+
npm install @flyfish-group/file-viewer-web@2.0.1
|
|
7
7
|
```
|
|
8
8
|
|
|
9
9
|
```ts
|
package/README.md
CHANGED