split font into fontSize and fontFamily (#1635)
This commit is contained in:
@ -12,7 +12,7 @@ export const serializeAsJSON = (
|
||||
JSON.stringify(
|
||||
{
|
||||
type: "excalidraw",
|
||||
version: 1,
|
||||
version: 2,
|
||||
source: window.location.origin,
|
||||
elements: elements.filter((element) => !element.isDeleted),
|
||||
appState: cleanAppStateForExport(appState),
|
||||
|
Reference in New Issue
Block a user