From f612f3618cdeefa13c13cef210a1ab31821dd502 Mon Sep 17 00:00:00 2001 From: Justineo Date: Fri, 22 Sep 2023 14:45:36 +0800 Subject: [PATCH] docs: update docs --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 782d2525..b7b49c68 100644 --- a/README.md +++ b/README.md @@ -291,7 +291,11 @@ Defaults to `false` A string indicating the image format. The default type is image/png; that type is also used if the given type isn't supported. When supplied, the toCanvas function will return a blob matching the given image type and quality. -Defaults to `image/png` +Defaults to `image/png` + +### includeStyleProperties + +An array of style property names. Can be used to manually specify which style properties are included when cloning nodes. This can be useful for performance-critical scenarios. ## Browsers