Skip to content
This repository has been archived by the owner on Dec 26, 2018. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 271 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 271 Bytes

mathquill-jquery

MathQuill bundled with jQuery. This allows you to depend on this package without having to expose jQuery to the window object.

To use, simply call it like this:

import MathQuill from "mathquill-jquery"

const MQ = MathQuill.getInterface(2)