draw_diagram_element
This commit is contained in:
parent
f05c489d62
commit
97fbd0d778
6 changed files with 86 additions and 44 deletions
|
@ -73,5 +73,8 @@ mod js_bridge {
|
|||
|
||||
#[wasm_bindgen(method)]
|
||||
pub async fn init(this: &ExcalidrawController, parent_element: &JsValue);
|
||||
|
||||
#[wasm_bindgen(method)]
|
||||
pub fn draw_diagram_element(this: &ExcalidrawController, excalidraw_element: JsValue);
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue