feat: implement tag data loading and refactor tag handling in components

This commit is contained in:
sha
2025-05-01 02:30:44 +03:00
parent a49568a389
commit 9a7f61193b
7 changed files with 118 additions and 157 deletions
-1
View File
@@ -3,7 +3,6 @@
export let path;
export let color;
export let colorConfig = { target: 'path', attribute: 'fill' };
export let alt;
let svgHtml = '';