Skip to content

rni-l/image2epub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image2epub

A cli that converts image files to EPUB format. Supports batch conversion. Implemented based on epub-gen

Use

# It performs a deep search of the specified directory and converts images into an EPUB file.
# One sub folder corresponds to one EPUB file.
npx image2epub g /target -d -t test -o ./

# convert a dir
npx image2epub g /target -t test/a1 -o ./

# set author
npx image2epub g /target -a my-name -o ./

# set title
npx image2epub g /target -t test2 -o ./

# other options
npx image2epub g -h
npx image2epub -h

About

A cli that converts image files to EPUB format. Supports batch conversion. Implemented based on `epub-gen`

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors