@previewdock/preset-all
v0.2.0
Published
Official all-format lazy adapter preset for PreviewDock
Maintainers
Readme
@previewdock/preset-all
Official all-format preset for PreviewDock. It combines all seven product categories—Documents, Text & Data, Archives, Images, Media, Diagrams, and 3D & CAD—while keeping parser implementations behind dynamic imports.
pnpm add vue @previewdock/vue @previewdock/preset-allimport { createAllFormatEngine } from '@previewdock/preset-all'
export const engine = createAllFormatEngine()Browser-native formats work without extra configuration. RAR/7Z, engineering CAD, and legacy DOC/PPT require Worker, WASM, font, or converter assets supplied through createAllFormatEngine(options). See the PreviewDock deployment guide for production configuration.
Use individual @previewdock/adapter-* packages instead when the application should install only selected format groups.
