Build: remove raster image embeds from SVGs

This commit is contained in:
Ben Edgington
2025-07-11 10:46:47 +01:00
parent 953fa387f4
commit fcffd32264

View File

@@ -59,6 +59,7 @@ const plugins = [
name: 'addAttributesToSVGElement',
params: { attribute: { role: 'img' } },
},
'removeRasterImages',
];
const addTitleSettings = {