|
|
1 lună în urmă | |
|---|---|---|
| .. | ||
| scripts | 1 lună în urmă | |
| README.en.md | 1 lună în urmă | |
| README.md | 1 lună în urmă | |
| package.json | 1 lună în urmă | |
file-viewer3 is the historical unscoped compatibility package. It only re-exports @file-viewer/vue3. New integrations should prefer the standard package name @file-viewer/vue3.
npm install file-viewer3
import { createApp } from 'vue'
import FileViewer from 'file-viewer3'
import App from './App.vue'
createApp(App).use(FileViewer).mount('#app')
See the official documentation for the full format matrix, options, lifecycle hooks, beforeOperation, theme, watermark, search, zoom, print, and export APIs: https://doc.file-viewer.app/
Online demo: https://demo.file-viewer.app/. License: Apache-2.0. For second development or commercial use, keep clear Flyfish Viewer attribution; shared compatibility fixes are welcome.