Using FixedEpub3JS

You can easily make EPUB cartoons.
instruction for newcomers to electronic publishing

easy EPUB creation

A site where you can easily create an EPUB with a fixed layout that mainly features images such as comics and photo books.
The limit of file size depends on the PC and browser, and I try up to 200 MB. The number of image files is 999 or less, and the browser recommends chrome. It supports Safari browsers such as Mac and iPad OS. Chrome, edge, and firefox for Windows and Android. However, IE 11 is not supported.

How to use

Both JPG and PNG image formats are available. The image size assumes that all images, including the cover page, are the same size.
Simply apply a style to apply it to your design.

  • Two-page spread should be split.
  • If you want to adjust the position of the facing pages, you can add white pages.

Please check the spread on the EPUB viewer. In case of right binding, odd pages become right and even pages become left.

book binding direction

The binding direction of a book is left binding in ordinary manga.
Tap the right edge of the e-book reader to open the next page. Or swipe from right to left.
When the binding direction is the facing direction, the pages are aligned from the right side to the left side in the right-binding.
In left-handed binding, pages line up from the left side to the right side of the eye.

綴じ方向

Panel View

The image is magnified when you double-tap the screen on the Kindle device. Specify the direction in which to move the enlarged view.
In the case of a normal right-binding comic book, it moves to the upper right, upper left, lower right, and lower left.
For four frames, move to upper right, lower right, upper left, and lower left. In the case of left-handed binding, movement starts from the upper left.
File size limits are PC and browser dependent. Each site has a limit on file size.

四コマ 通常

Entering Book Information

  • Title Name
  • Author 1
  • Author 2

You can enter two authors' names, but there is no problem even if you do not enter author's name 2.

Cover image

When you click the file selection in the cover page image, the window to select the image opens.
File formats are limited to JPG and PNG. When the cover image is selected, the width and height of the image below the selected cover image are automatically set.
Although you can manually change the size, it is not recommended.

Reading Body Files

Load multiple files of images of book contents.
Due to problems with the HTML5 specification, the order in which files are read is random.
Click "Sort by name" to sort them by file name.
A small image is displayed when the image file is loaded. Click on the small image to enlarge it.
In the file name order, natural sorting is used.

On Android and iPadOS devices, you can only add one image file at a time, not all at once. You can't output files on iOS devices. Both are operating system issues and work with PCs. Chrome is the recommended browser.

Edit Table of Contents

The EPUB table of contents is a function to jump to the page by tapping. To use it, the cover page, the table of contents page, the introduction of the characters, the first and second stories, and the postscript are included in the table of contents.

The name of the cover page that appears on the right side of Cover in the table of contents editing screen. You can change the name displayed.

When the image file of the text is read, the selection of the text becomes the image file name. Select an image file and determine the contents of the table of contents to attach to the image.

Click Add to expand the table of contents.

 File Output

Click "Generate" to download the EPUB. The site is not server-side, so image files aren't uploaded. The browser generates the file, but the file saving function is based on the browser download.

EPUB viewer

BiB/i is installed as the EPUB viewer, but if the viewer supports the fixed layout of EPUB3, there is no problem. There's also a Chrome app called Readium. On the iPad, you can also open it in iBooks. Use the EPUB viewer to check the spreads and table of contents.

Terms of Use

Kobo, Book Walker, Kindle, and iBooks were created for personal EPUB submission.
The site is available on GitHub Pages for free to maintain. They can't decide whether to use shareware or open source and rely on donations.
I have a list of what I want, so I would appreciate it if you could make a profit.

JS Library

The original goal was to create a javascript library, but the priority was to get it done quickly. That's why it's named like a javascript library. A javascript library is a collection of specific features.
At the moment, it's just a site-specific library, so it's not versatile. For example, to make it universal, I think we should object titles, authors, tables of contents, images, and so on, and pass them to the library. The template should also be external and easy to edit. I can't do that at all.

You can then load fixedepub3.js on your site and generate EPUB3 from there.