mirror of
https://github.com/HumanAIGC-Engineering/gradio-webrtc.git
synced 2026-02-05 18:09:23 +08:00
Add text mode (#321)
* Pretty good spot * Working draft * Fix other mode * Add js to git * Working * Add code * fix * Fix * Add code * Fix submit race condition * demo * fix * Fix * Fix
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
import { c as r, C as s, a as e, s as t } from "./chunk-A2AXSNBT-C4qvwI5K.js";
|
||||
import { _ as l } from "./mermaid.core-C0Blj36u.js";
|
||||
var d = {
|
||||
parser: r,
|
||||
get db() {
|
||||
return new s();
|
||||
},
|
||||
renderer: e,
|
||||
styles: t,
|
||||
init: /* @__PURE__ */ l((a) => {
|
||||
a.class || (a.class = {}), a.class.arrowMarkerAbsolute = a.arrowMarkerAbsolute;
|
||||
}, "init")
|
||||
};
|
||||
export {
|
||||
d as diagram
|
||||
};
|
||||
Reference in New Issue
Block a user