init
This commit is contained in:
11
jdenticon-js/src/renderer/svg/constants.js
Normal file
11
jdenticon-js/src/renderer/svg/constants.js
Normal 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",
|
||||
}
|
||||
Reference in New Issue
Block a user