From d1e1f96bd8b457b99e628a2647227a9be6ed185c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Omar=20Vergara=20P=C3=A9rez?= Date: Thu, 5 Sep 2024 22:07:40 -0600 Subject: [PATCH] docs(readme): add matrices to show the new file formats supported --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index 7e87920..ed005ec 100644 --- a/README.md +++ b/README.md @@ -109,5 +109,29 @@ A modal will pop up with a preview of the converted image. | CSV | | | ✅ | | | XLSX | | | | ✅ | +## Ebooks X Ebooks + +| | MOBI | EPUB | +| ---- | ---- | --- | +| EPUB | ✅ | | +| MOBI | | ✅ | + + +## Documents X Ebooks + +| | EPUB | MOBI | +| ---- | ---- | --- | +| PDF | ✅ | ✅ | +| DOCX | | | +| CSV | | | +| XLSX | | | + +## Ebooks X Documents + +| | PDF | +| ---- | ---- | +| EPUB | ✅ | +| MOBI | ✅ | + ## License The MIT License (MIT). See [LICENSE](LICENSE) file for more details.