This commit is contained in:
lingdocs 2022-02-10 16:05:20 +04:00
parent 6e33aa9ae3
commit 331c3927da
2 changed files with 1 additions and 3 deletions

View File

@ -2,7 +2,7 @@
Easily create EPUB e-book files with proper RTL support. Easily create EPUB e-book files with proper RTL support.
This is a web app that uses [pandoc](https://pandoc.org) to create .epub files for e-books in RTL languages. Making RTL e-books can be tricky. This tries app tries to simplify the process as much as possible, so that anyone can make them. This is a web app that uses [pandoc](https://pandoc.org) to create .epub files for e-books in RTL languages. Making e-books for right-to-left languages can be tricky. This tries app tries to simplify the process as much as possible, so that anyone can make them.
### [Try it live - RTL EPUB Maker 📚](https://rtl-epub-maker.lingdocs.com) ### [Try it live - RTL EPUB Maker 📚](https://rtl-epub-maker.lingdocs.com)

View File

@ -80,8 +80,6 @@ function BookInfoInput({ handleSubmit }: { handleSubmit: (info: { frontmatter: F
...state, ...state,
...baseSettings, ...baseSettings,
}; };
console.log({ frontmatter });
return;
handleSubmit({ handleSubmit({
frontmatter, frontmatter,
cover, cover,