react-equation:React中方程的解析器,解析器和渲染器

时间:2024-06-03 11:09:12
【文件属性】:

文件名称:react-equation:React中方程的解析器,解析器和渲染器

文件大小:178KB

文件格式:ZIP

更新时间:2024-06-03 11:09:12

react math equation-solver TypeScript

react-equation –从纯文本解析,求值和呈现方程式 和React渲染层。 快速开始 安装软件包。 如果需要函数和变量,可以选择将equation-resolver添加为直接依赖项。 npm install -S react-equation equation-resolver 或者 yarn add react-equation equation-resolver 开始渲染方程式 import React from 'react' import ReactDOM from 'react-dom' import { Equation , EquationEvaluate , EquationOptions , defaultErrorHandler } from 'react-equation' import { defaultVariables , defaultFunc


【文件预览】:
react-equation-master
----.gitignore(42B)
----package.json(2KB)
----src()
--------comparison.stories.tsx(682B)
--------throwUnknownType.ts(431B)
--------EquationEvaluate.tsx(2KB)
--------power()
--------RenderingPart.ts(133B)
--------editor.stories.tsx(4KB)
--------errorHandler.ts(4KB)
--------block()
--------EquationPreparsed.tsx(912B)
--------render.tsx(7KB)
--------special()
--------variables.stories.tsx(658B)
--------RenderOptions.ts(202B)
--------context.ts(210B)
--------variable()
--------parens()
--------Equation.tsx(774B)
--------EquationOptions.tsx(401B)
--------fraction()
--------EquationEvaluatePreparsed.tsx(2KB)
--------index.tsx(359B)
--------func()
--------Rendering.ts(127B)
--------operator.stories.tsx(861B)
--------matrix()
----storybook()
--------webpack.config.js(304B)
--------equation-wrapper.tsx(1KB)
--------config.js(662B)
--------styles.css(679B)
----tsconfig.json(302B)
----rollup.config.js(902B)
----.eslintrc.js(2KB)
----README.md(3KB)
----.editorconfig(198B)
----yarn.lock(380KB)

网友评论