feat: add vditor locally
This commit is contained in:
104
public/vditor/js/mathjax/sre/mathmaps/de.js
Normal file
104
public/vditor/js/mathjax/sre/mathmaps/de.js
Normal file
File diff suppressed because one or more lines are too long
110
public/vditor/js/mathjax/sre/mathmaps/en.js
Normal file
110
public/vditor/js/mathjax/sre/mathmaps/en.js
Normal file
File diff suppressed because one or more lines are too long
104
public/vditor/js/mathjax/sre/mathmaps/es.js
Normal file
104
public/vditor/js/mathjax/sre/mathmaps/es.js
Normal file
File diff suppressed because one or more lines are too long
104
public/vditor/js/mathjax/sre/mathmaps/fr.js
Normal file
104
public/vditor/js/mathjax/sre/mathmaps/fr.js
Normal file
File diff suppressed because one or more lines are too long
518
public/vditor/js/mathjax/sre/mathmaps/mathmaps_ie.js
Normal file
518
public/vditor/js/mathjax/sre/mathmaps/mathmaps_ie.js
Normal file
File diff suppressed because one or more lines are too long
104
public/vditor/js/mathjax/sre/mathmaps/nemeth.js
Normal file
104
public/vditor/js/mathjax/sre/mathmaps/nemeth.js
Normal file
File diff suppressed because one or more lines are too long
11
public/vditor/js/mathjax/sre/sre-node.js
Normal file
11
public/vditor/js/mathjax/sre/sre-node.js
Normal file
@@ -0,0 +1,11 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
var SRE = require("speech-rule-engine");
|
||||
global.SRE = SRE;
|
||||
global.sre = Object.create(SRE);
|
||||
global.sre.Engine = {
|
||||
isReady: function () {
|
||||
return SRE.engineReady();
|
||||
}
|
||||
};
|
||||
//# sourceMappingURL=sre-node.js.map
|
||||
1633
public/vditor/js/mathjax/sre/sre_browser.js
Normal file
1633
public/vditor/js/mathjax/sre/sre_browser.js
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user