We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c63a972 commit a60a210Copy full SHA for a60a210
1 file changed
src/card.ts
@@ -323,6 +323,7 @@ export default async function card(data: GetData, uiConfig: UiConfig): Promise<s
323
// Minify SVG
324
const minifiedSVG = await minify(rawSVG, {
325
collapseWhitespace: true,
326
+ conservativeCollapse: true,
327
removeComments: true,
328
removeEmptyAttributes: true,
329
removeRedundantAttributes: true,
0 commit comments