1.0.8 • Published 3 years ago

mathquill-node v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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");
1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago