wawoff2:Google woff2的WebAssembly构建

时间:2024-05-21 13:11:02
【文件属性】:

文件名称:wawoff2:Google woff2的WebAssembly构建

文件大小:945KB

文件格式:ZIP

更新时间:2024-05-21 13:11:02

JavaScript

woff2用于node.js(通过WebAssembly) Google使用WebAssembly为node.js构建的 。 为什么这比二进制绑定更好: 无需重建即可在任何地方工作 安装 npm install wawoff2 使用范例 const wawoff = require ( 'wawoff2' ) ; // src - Buffer or Uint8Array wawoff . compress ( src ) . then ( out => { // store result } ) ; 命令行示例 要将.ttf文件压缩为.woff2文件,请执行以下操作: woff2_compress.js [-h] [-v] infile [outfile] Positional arguments: infile Input .ttf file outf


【文件预览】:
wawoff2-master
----.github()
--------FUNDING.yml(40B)
--------workflows()
----src()
--------compress_binding.cc(931B)
--------Dockerfile(1KB)
--------README.md(39B)
--------Makefile(1018B)
--------decompress_binding.cc(795B)
----.eslintrc.yml(135B)
----LICENSE(1KB)
----build()
--------compress_binding.js(943KB)
--------decompress_binding.js(315KB)
----test()
--------bin-utils.js(512B)
--------fixtures()
--------.eslintrc.yml(19B)
--------test.js(802B)
----README.md(1KB)
----compress.js(366B)
----decompress.js(372B)
----.gitignore(24B)
----index.js(100B)
----bin()
--------utils.js(337B)
--------woff2_decompress.js(1KB)
--------woff2_compress.js(1KB)
----CHANGELOG.md(428B)
----package.json(805B)

网友评论