Files
go-jdenticon/jdenticon-js/src/renderer/svg/constants.js
Kevin McIntyre f84b511895 init
2025-06-18 01:00:00 -04:00

11 lines
223 B
JavaScript

/**
* 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",
}