tex equation to svg:将TeX或LaTeX字符串转换为SVG 源码
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.zip
(预估有个25文件)
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
暂无评论