data.json 563 B

123456789101112131415161718192021222324252627
  1. {
  2. "product": "Flyfish File Viewer",
  3. "locale": "en-US",
  4. "presetStrategy": "component plus preset",
  5. "modules": [
  6. {
  7. "name": "preset-lite",
  8. "formats": ["markdown", "code", "image", "audio", "video"]
  9. },
  10. {
  11. "name": "preset-office",
  12. "formats": ["pdf", "docx", "xlsx", "pptx", "ofd"]
  13. },
  14. {
  15. "name": "preset-engineering",
  16. "formats": ["cad", "3d", "geo", "typst", "archive"]
  17. }
  18. ],
  19. "features": {
  20. "search": true,
  21. "zoom": true,
  22. "print": true,
  23. "exportHtml": true,
  24. "watermark": true
  25. }
  26. }