Typeset:用于Web排版HTML预处理器

时间:2024-05-12 12:00:45
【文件属性】:

文件名称:Typeset:用于Web排版HTML预处理器

文件大小:814KB

文件格式:ZIP

更新时间:2024-05-12 12:00:45

JavaScript

排字 Typeset是用于Web排版HTML预处理器,它提供了传统的精细打印中使用的排版功能,这些功能对于浏览器布局引擎仍然不可用。 排版的处理将以下内容带到您的网页: 排版不需要任何客户端JavaScript,并且使用少于一千字节CSS。 处理后HTML和CSS可在Internet Explorer 5中使用,而无需任何CSS。 排版可以手动或作为插件被用来和。 入门 安装 $ npm i typeset 用法 const typeset = require ( 'typeset' ) ; let html = '

"Hello," said the fox.

' ; let output = typeset ( html ) ; CSS 然后调整CSS以匹配字体的度量标准并将其包括在页面中。 /* Small Capitals https://en.wikipedia


【文件预览】:
Typeset-master
----.jshintrc(21B)
----.gitignore(449B)
----package.json(1KB)
----package-lock.json(87KB)
----src()
--------cmd.js(2KB)
--------eachTextNode.js(1KB)
--------index.js(723B)
--------hangingPunctuation.js(5KB)
--------smallCaps.js(2KB)
--------hypher-patterns()
--------punctuation.js(492B)
--------ligatures.js(122B)
--------quotes.js(2KB)
--------hyphenate.js(480B)
--------spaces.js(178B)
----webpack.config.js(957B)
----LICENSE(6KB)
----README.md(5KB)
----demo()
--------package.json(324B)
--------package-lock.json(195KB)
--------public()
--------index.js(2KB)
--------source()
----test()
--------ligaturesSpec.js(1KB)
--------spacesSpec.js(793B)
--------typesetSpec.js(3KB)
--------quotesSpec.js(2KB)
--------hangingPunctuationSpec.js(2KB)
--------punctuationSpec.js(2KB)
--------.prettierrc(255B)
----.editorconfig(339B)

网友评论