Cleanup Avatars plugin

This commit is contained in:
the-djmaze 2022-11-29 15:56:21 +01:00
parent 721edc5e57
commit f6f820c43d
5 changed files with 11 additions and 24 deletions

View file

@ -688,7 +688,7 @@ window.identiconSvg = async (hashOrValue) => {
renderer.finish();
return writer.toString();
return 'data:image/svg+xml;base64,' + btoa(writer);
};
})();