mirror of
https://github.com/shadoll/sLogos.git
synced 2025-12-20 04:27:59 +00:00
feat: add isFetchingSvgSource state for improved SVG source handling
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
|
||||
// For SVG source code display
|
||||
let svgSource = "";
|
||||
let isFetchingSvgSource = false;
|
||||
|
||||
function isSvgLogo(logo) {
|
||||
return logo && logo.format && logo.format.toLowerCase() === "svg";
|
||||
|
||||
Reference in New Issue
Block a user