From df46d5ed5f983f0f3519198c177367d748e89bb2 Mon Sep 17 00:00:00 2001 From: Kurt Furbush <22568473+kurtfurbush@users.noreply.github.com> Date: Sat, 12 Jul 2025 14:36:59 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f53080..de6eddb 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ _Use ref to access the element and call the following functions to export image_ | exportImage(imageTypeString) | Accepts an image type as argument (`ExportImageType`) and returns a Promise which resolves to base64 data url of the sketch. | | exportSvg() | returns a Promise which resolves to an inline SVG element. | | exportPaths() | returns a Promise which resolves to an instance of `CanvasPath`. | -| loadPaths(CanvasPath) | Accepts an `CanvasPath` exported from exportPaths() and loads it on the canvas. | +| loadPaths(CanvasPath) | Accepts a `CanvasPath` exported from exportPaths() and loads it on the canvas. | | getSketchingTime() | returns a Promise which resolves the time that user sketched in the canvas (considers only when the user made the strokes or erased the strokes) | ## Types