@wiris/mathtype-html-integration-devkit
Version:
Allows to integrate MathType Web into any JavaScript HTML WYSIWYG rich text editor.
14 lines (13 loc) • 446 B
JavaScript
/**
* Represents the configuration properties generated from the frontend (JavaScript variables).
* @type {Object}
* @property {string} imageClassName - Default MathType formula image class.
* @property {string} imageClassName - Default MathType CAS image class.
* @ignore
*/
const jsProperties = {
imageCustomEditorName: "data-custom-editor",
imageClassName: "Wirisformula",
CASClassName: "Wiriscas",
};
export default jsProperties;