Editing math formulas on the web. MathEditor is convenient, accessible, mobile-friendly, and fast software product. It understands the meaning of what the user entered.

Editing math formulas on the web
Official site: https://math-editor.com/semanticEditor.html
Developer Version Installation:
```
npm i semantic-math-editor
Getting started:
HTML:
`
Use from Typescript:
`
import {createEditor,MathEditor} from "semantic-math-editor";const editor = createEditor(document.getElementById('my-id'));
`
The snippet suppose you have a div with id=my-id in your HTML like this:`
integrity="sha256-uT5rNa8r/qorzlARiO7fTBE7EWQiX/umLlXsq7zyQP8=" crossorigin="anonymous">
``Developers documentation:
https://softaria.github.io/semantic-math-editor/