文件名称:网页排版预处理器Typeset.zip
文件大小:1.7MB
文件格式:ZIP
更新时间:2022-08-06 13:26:36
开源项目
Typeset 是一个用于网页排版的预处理器。它采用无客户端的 JavaScript,但是可以给你挂上标点、插入软连接字符以及符号替换等。用法:var typeset = require('typeset'); var html = '
"Hello," said the fox.
'; var output = typeset(html); 标签:Typeset【文件预览】:
Typeset-master
----webpack.config.js(1KB)
----src()
--------cmd.js(2KB)
--------hypher-patterns()
--------hyphenate.js(478B)
--------eachTextNode.js(1KB)
--------ligatures.js(133B)
--------quotes.js(2KB)
--------punctuation.js(489B)
--------smallCaps.js(2KB)
--------hangingPunctuation.js(5KB)
--------index.js(767B)
--------spaces.js(182B)
----demo()
--------source()
--------public()
--------index.js(2KB)
--------package.json(324B)
----LICENSE(6KB)
----build()
--------typeset.min.js(81KB)
--------typeset.js.map(109KB)
--------typeset.min.js.map(222KB)
--------typeset.js(102KB)
----test()
--------quotesSpec.js(2KB)
--------ligaturesSpec.js(1KB)
--------typesetSpec.js(3KB)
--------spacesSpec.js(791B)
--------hangingPunctuationSpec.js(2KB)
--------punctuationSpec.js(2KB)
----README.md(3KB)
----.editorconfig(339B)
----.gitignore(96B)
----package.json(1KB)