mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Share excalidrawings as links! (#356)
* shareable links * fix * review comments * json-excaliber (#464) * draw * Boom * backend * Remove local Co-authored-by: Lipis <lipiridis@gmail.com>
This commit is contained in:
parent
ad865907a6
commit
6ad596e9f1
6 changed files with 104 additions and 18 deletions
|
@ -16,4 +16,4 @@ export interface Scene {
|
|||
elements: ExcalidrawTextElement[];
|
||||
}
|
||||
|
||||
export type ExportType = "png" | "clipboard";
|
||||
export type ExportType = "png" | "clipboard" | "backend";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue