tex-equation-to-svg:将TeX或LaTeX字符串转换为SVG

时间:2021-02-04 15:06:44
【文件属性】:
文件名称:tex-equation-to-svg:将TeX或LaTeX字符串转换为SVG
文件大小:19KB
文件格式:ZIP
更新时间:2021-02-04 15:06:44
svg tex converter latex convert tex2svg 将或 string转换为SVG。 安装 $ npm install tex-equation-to-svg 用法 var tex2svg = require ( 'tex-equation-to-svg' ) ; tex2svg(str [,options],clbk) 将或 string转换为SVG。 var eqn = 'y = mx + b' ; tex2svg ( eqn , clbk ) ; function clbk ( error , svg ) { if ( error ) { throw error ; } console . log ( sv
【文件预览】:
tex-equation-to-svg-master
----.travis.yml(114B)
----bin()
--------usage.txt(390B)
--------opts.json(175B)
--------cli(2KB)
----.jshintignore(118B)
----package.json(2KB)
----test()
--------test.factory.js(3KB)
--------test.js(416B)
--------test.tex2svg.js(4KB)
--------test.validate.js(3KB)
----LICENSE(1KB)
----TODO.md(11B)
----.npmignore(519B)
----examples()
--------index.js(256B)
----.gitignore(1KB)
----lib()
--------tex2svg.js(925B)
--------index.js(126B)
--------factory.js(2KB)
--------defaults.json(174B)
--------validate.js(2KB)
----Makefile(2KB)
----README.md(10KB)
----.jshintrc(1KB)
----.editorconfig(207B)
----.gitattributes(12B)

网友评论