From 3a57f978464df136b9b61a402a800301d1859837 Mon Sep 17 00:00:00 2001 From: Peter Davies Date: Fri, 15 Jul 2022 19:54:03 +0100 Subject: [PATCH] chore: update readmes --- README.md | 6 ++++++ README.zh_CN.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/README.md b/README.md index 67b709c..ca41eb7 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,12 @@ export default () => { * @default: __svg__icons__dom__ */ customDomId: '__svg__icons__dom__', + + /** + * option to perform a replacement of stroke colors with currentColor + * @default:true + */ + replaceStrokeWithCurrentColor: true }), ], } diff --git a/README.zh_CN.md b/README.zh_CN.md index eb98da2..f8d0c14 100644 --- a/README.zh_CN.md +++ b/README.zh_CN.md @@ -51,6 +51,12 @@ export default () => { * @default: __svg__icons__dom__ */ customDomId: '__svg__icons__dom__', + + /** + * option to perform a replacement of stroke colors with currentColor + * @default:true + */ + replaceStrokeWithCurrentColor: true }), ], }