excalidraw_canvas.tsx
This commit is contained in:
parent
bdb37a7357
commit
ae74973b13
6 changed files with 70 additions and 49 deletions
|
@ -62,7 +62,7 @@ impl ExcalidrawCanvas {
|
|||
mod js_bridge {
|
||||
use zoon::*;
|
||||
|
||||
// Note: Add all corresponding methods to `frontend/typescript/excalidraw_canvas/excalidraw_canvas.ts`
|
||||
// Note: Add all corresponding methods to `frontend/typescript/excalidraw_canvas/excalidraw_canvas.tsx`
|
||||
#[wasm_bindgen(module = "/typescript/bundles/excalidraw_canvas.js")]
|
||||
extern "C" {
|
||||
#[derive(Clone)]
|
||||
|
|
Reference in a new issue