draw_diagram_element

This commit is contained in:
Martin Kavík 2024-10-10 23:58:14 +02:00
parent f05c489d62
commit 97fbd0d778
6 changed files with 86 additions and 44 deletions

View file

@ -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);
}
}