This commit is contained in:
Kevin McIntyre
2025-06-18 01:00:00 -04:00
commit f84b511895
228 changed files with 42509 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
/**
* Jdenticon
* https://github.com/dmester/jdenticon
* Copyright © Daniel Mester Pirttijärvi
*/
export const SVG_CONSTANTS = {
XMLNS: "http://www.w3.org/2000/svg",
WIDTH: "width",
HEIGHT: "height",
}