mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: add shareable viewonly links
This commit is contained in:
parent
74e82d0d7c
commit
dcedba88a2
8 changed files with 67 additions and 22 deletions
|
@ -180,6 +180,7 @@ export interface ExcalidrawProps {
|
|||
}) => void;
|
||||
onExportToBackend?: (
|
||||
exportedElements: readonly NonDeletedExcalidrawElement[],
|
||||
viewonly: boolean,
|
||||
appState: AppState,
|
||||
canvas: HTMLCanvasElement | null,
|
||||
) => void;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue