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 }), ], }