img2mobi
v0.0.4
Published
convert image or images fold to mobi
Downloads
4
Maintainers
Readme
img2mobi
Convert image file or images fold to kindle (.mobi) files.
Usage
npm install img2mobi -g
// and
img2mobi -i /Downloads/images -o ./aaa.mobi
Api
import img2mobi from 'img2mobi'
img2mobi('./images', './ogogogo.mobi', {
title: 'my-ebook'
})
// mgPath: string
// outPath: string
// options {
// title?: string
// author?: string
// description?: string
// rights?: string
// cover?: string
// }
Principle
imgs -> epub -> mobi
Dev
git clone [email protected]:GaryChangCN/img2mobi.git
npm install
npm run dev