chore: first commit
This commit is contained in:
commit
008389d312
242 changed files with 27381 additions and 0 deletions
11
.obsidian/plugins/obsidian-advanced-slides/plugin/math/mathjax/sre/sre-node.js
vendored
Normal file
11
.obsidian/plugins/obsidian-advanced-slides/plugin/math/mathjax/sre/sre-node.js
vendored
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue