From 6a5f5bf0283458aabdcc34eb695175cfea4a632f Mon Sep 17 00:00:00 2001 From: codecalm Date: Sun, 17 Apr 2022 20:43:39 +0200 Subject: build react script --- scripts/utils.js | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'scripts/utils.js') diff --git a/scripts/utils.js b/scripts/utils.js index 86ea64aa..f305dc72 100644 --- a/scripts/utils.js +++ b/scripts/utils.js @@ -12,3 +12,8 @@ export const camelize = function (str) { return word.toUpperCase() }).replace(/\s+/g, '') } + +export const optimizeSvgCode = function (svgCode) { + return svgCode + .replace('', '') +} -- cgit v1.2.1