VolodymyrBaydalka / docxjs

Docx rendering library
Apache License 2.0
1.1k stars 148 forks source link

TIFF image dont shown #111

Open changlichun opened 2 months ago

changlichun commented 2 months ago

Describe the bug TIFF image dont shown.

Expected behavior Add support for TIFF image.

Desktop (please complete the following information):

Additional context Maybe use someelse js script, like tiff.js?

VolodymyrBaydalka commented 2 months ago

Really don't want to add another dependency to project. If it's required I would recommend to add preprocessing code that will repack docx package with converting tiff to any other supported format. Corresponding code have been added to demo.