文件名称:ebook-paginator:在不中断文本行的情况下将HTML文档拆分为页面的示例
文件大小:317KB
文件格式:ZIP
更新时间:2024-05-26 05:21:06
HTML
浏览器中的javascript库,该库使用一个HTML文件,并一次显示一页。 对于阅读电子书很有用。 该库专注于快速性能(尤其是在WebKit中)和低内存消耗(可在具有256 MB内存的系统上使用)。 一个例子在example/ 。 使用npm run build 。 您需要将代码托管在Web服务器上,因为浏览器认为从文件系统加载的两个文件来自不同的域,因此不允许访问示例电子书章节html文件。 该示例未考虑页面大小调整,滚动或字体大小更改,因此请在更改所有内容后重新加载。 NPM 该模块位于npm因此您可以: npm install ebook-paginator 原料药 在要显示内容的位置创建一个具有指定高度的元素(例如
),然后:
const Paginator = require('Paginator');
const paginator = new Pagin
【文件预览】:
ebook-paginator-master
----postcss-unepub.js(423B)
----example()
--------index.html(451B)
--------moby_dick_chapter.xhtml(611KB)
--------imgs()
--------example.js(1KB)
--------0.css(61B)
--------style.css(446B)
----LICENSE(34KB)
----test()
--------windows-1251.html(367B)
--------encoding_detect_fail.html(706B)
--------iso-8859-2.xhtml(513B)
----README.md(18KB)
----.gitignore(34B)
----index.js(38KB)
----package-lock.json(103KB)
----package.json(576B)
【文件预览】:
ebook-paginator-master
----postcss-unepub.js(423B)
----example()
--------index.html(451B)
--------moby_dick_chapter.xhtml(611KB)
--------imgs()
--------example.js(1KB)
--------0.css(61B)
--------style.css(446B)
----LICENSE(34KB)
----test()
--------windows-1251.html(367B)
--------encoding_detect_fail.html(706B)
--------iso-8859-2.xhtml(513B)
----README.md(18KB)
----.gitignore(34B)
----index.js(38KB)
----package-lock.json(103KB)
----package.json(576B)