| 123456789101112131415161718192021222324252627 |
- {
- "product": "Flyfish File Viewer",
- "locale": "en-US",
- "presetStrategy": "component plus preset",
- "modules": [
- {
- "name": "preset-lite",
- "formats": ["markdown", "code", "image", "audio", "video"]
- },
- {
- "name": "preset-office",
- "formats": ["pdf", "docx", "xlsx", "pptx", "ofd"]
- },
- {
- "name": "preset-engineering",
- "formats": ["cad", "3d", "geo", "typst", "archive"]
- }
- ],
- "features": {
- "search": true,
- "zoom": true,
- "print": true,
- "exportHtml": true,
- "watermark": true
- }
- }
|