UNPKG

ngx-mathquill

Version:

A thin typescript wrapper around mathquill

7 lines 236 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var index_1 = require("./index"); index_1.MathQuillLoader.loadMathQuill(function (mathquill) { console.log(mathquill); }); //# sourceMappingURL=test.js.map