UNPKG

@wiris/mathtype-html-integration-devkit

Version:

Allows to integrate MathType Web into any JavaScript HTML WYSIWYG rich text editor.

13 lines (12 loc) 154 B
module.exports = { presets: [ [ "@babel/preset-env", { targets: { node: "current", }, }, ], ], };