mirror of https://github.com/usememos/memos
feat: use gomark wasm in frontend
parent
3158c4b8b5
commit
8ce6a32aac
Binary file not shown.
@ -0,0 +1,10 @@
|
||||
import { Node } from "./node";
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
parse: (content: string) => Node[];
|
||||
restore: (input: Node[]) => string;
|
||||
}
|
||||
}
|
||||
|
||||
export {};
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue