UNPKG

cthep-ui-vue3

Version:

Vue 3 试题组件库

28 lines (26 loc) 1.09 kB
import Core from '@wiris/mathtype-html-integration-devkit/src/core.src'; import Parser from '@wiris/mathtype-html-integration-devkit/src/parser'; import Util from '@wiris/mathtype-html-integration-devkit/src/util'; import Image from '@wiris/mathtype-html-integration-devkit/src/image'; import Configuration from '@wiris/mathtype-html-integration-devkit/src/configuration'; import Listeners from '@wiris/mathtype-html-integration-devkit/src/listeners'; import IntegrationModel from '@wiris/mathtype-html-integration-devkit/src/integrationmodel'; import Latex from '@wiris/mathtype-html-integration-devkit/src/latex'; import '@wiris/mathtype-html-integration-devkit/src/backwardslib'; import Test from '@wiris/mathtype-html-integration-devkit/src/test'; import { TinyMceIntegration, currentInstance, instances } from './editor_plugin.src'; // Expose WirisPlugin variable to the window. window.WirisPlugin = { Core, Parser, Image, Util, Configuration, Listeners, IntegrationModel, currentInstance, instances, TinyMceIntegration, Latex, Test, };