node-html2epub:将一堆HTML文档转换为EPUB

时间:2021-05-15 08:22:20
【文件属性】:
文件名称:node-html2epub:将一堆HTML文档转换为EPUB
文件大小:86KB
文件格式:ZIP
更新时间:2021-05-15 08:22:20
JavaScript html2epub 将HTML文档集合转换为EPUB3文档。 与HTML编辑器一起,它可以用作EPUB创作系统(例如Calibre,Sigil…)的轻量级替代方案,以生成目录,OPF文件或完整的EPUB3书籍。 该脚本还可以用于提取在线Web内容并创建本地EPUB存档以供离线阅读。 安装 npm install html2epub -g 基本用法 html2epub [ --config=/path/to/config.json configuration file ] [ --basedir=/path/to/directory base directory (default: current directory) ] [ --format=txt|json|xhtml|ncx|epub o
【文件预览】:
node-html2epub-master
----.gitignore(620B)
----package.json(634B)
----LICENSE(1KB)
----index.js(1KB)
----examples()
--------html5.json(964B)
--------epub3.json(527B)
--------README.md(1KB)
--------alice()
----README.md(2KB)
----.tern-project(79B)
----lib()
--------index.js(19KB)
----test()
--------index.js(8KB)

网友评论