ready to release

This commit is contained in:
Zsolt Viczian
2022-04-30 16:31:53 +02:00
parent fa2fe5e462
commit 26e12e8cec
13 changed files with 299 additions and 63 deletions

View File

@@ -129,6 +129,7 @@ const getIMG = async (
null,
[],
plugin,
0
));
if (!png) {
return null;
@@ -152,6 +153,7 @@ const getIMG = async (
null,
[],
plugin,
0,
getSVGPadding(plugin, file),
)
).outerHTML;