add line breaks

This commit is contained in:
Weiran Ye 2024-02-19 22:52:20 -08:00
parent f2cbe231b8
commit 44e1c4dd7c

View file

@ -15,11 +15,11 @@ If you want to overwrite the `source` field in the `JSON` string, you can set `w
**_Signature_** **_Signature_**
<pre> <pre>
serializeAsJSON( serializeAsJSON(<br/>&nbsp;
elements: <a href="https://github.com/excalidraw/excalidraw/blob/master/packages/excalidraw/element/types.ts#L114">ExcalidrawElement[]</a>, elements: <a href="https://github.com/excalidraw/excalidraw/blob/master/packages/excalidraw/element/types.ts#L114">ExcalidrawElement[]</a>,<br/>&nbsp;
appState: <a href="https://github.com/excalidraw/excalidraw/blob/master/packages/excalidraw/types.ts#L95">AppState</a>, appState: <a href="https://github.com/excalidraw/excalidraw/blob/master/packages/excalidraw/types.ts#L95">AppState</a>,<br/>&nbsp;
files: <a href="https://github.com/excalidraw/excalidraw/blob/master/packages/excalidraw/types.ts#L97">BinaryFiles</a>, files: <a href="https://github.com/excalidraw/excalidraw/blob/master/packages/excalidraw/types.ts#L97">BinaryFiles</a>,<br/>&nbsp;
type: "local" | "database" type: "local" | "database"<br/>&nbsp;
): string ): string
</pre> </pre>