mathquill-node
v1.0.8
Published
mathquill-node
Downloads
52
Maintainers
Readme
MathQuill
Install
mathquill-node
need jquery
npm i jquery mathquill-node --save
yarn add jquery mathquill-node
Usage
import MathQuill from "mathquill-node";
const MQ = MathQuill.getInterface(2);
const mathField = MQ.StaticMath(document.getElementById("mq"));
mathField.latex("a = b");
import MathQuill from "mathquill-node";
const MQ = MathQuill.getInterface(2);
const mathField = MQ.MathField(document.getElementById("mq-editor"), {});
mathField.latex("a = b");