Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/compiler/ExcalidrawCompiler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@
excaliDrawCode += excaliDrawBundle;
}

// Set zoom level to 1
excaliDrawJson.appState?.zoom = { value: 1}

Check failure on line 59 in src/compiler/ExcalidrawCompiler.ts

View workflow job for this annotation

GitHub Actions / lint-and-check-formatting

Replace `}` with `·};`

Check failure on line 59 in src/compiler/ExcalidrawCompiler.ts

View workflow job for this annotation

GitHub Actions / run-typecheck

The left-hand side of an assignment expression may not be an optional property access.

excaliDrawCode += excalidraw(
JSON.stringify(excaliDrawJson),
drawingId,
Expand Down
Loading