/mathquill-jquery

MathQuill bundled with jQuery

Primary LanguageJavaScriptMozilla Public License 2.0MPL-2.0

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)