1.0.8 • Published 2 years ago

mathquill-node v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago