X-Git-Url: https://git.r.bdr.sh/rbdr/forum/blobdiff_plain/66dc4cae4cd37e82d773dc30be046d82d380ec4d..00a6e8aa8dd06f8a2bd7ccccdccfcb6215cf4841:/app/utils/glyph_hash.js diff --git a/app/utils/glyph_hash.js b/app/utils/glyph_hash.js index c074376..120c02a 100644 --- a/app/utils/glyph_hash.js +++ b/app/utils/glyph_hash.js @@ -1,22 +1,22 @@ const internals = { kSplitterRegex: /.{1,8}/g, kGlyphs: [ - "☽", - "☆", - "♢", - "♡", - "╱", - "╲", - "╳", - "〰", - "▷", - "⏊", - "〒", - "▢", - "◯", - "⏃", - "⏀", - "⏆" + '☽', + '☆', + '♢', + '♡', + '╱', + '╲', + '╳', + '〰', + '▷', + '⏊', + '〒', + '▢', + '◯', + '⏃', + '⏀', + '⏆' ] }; @@ -27,7 +27,7 @@ const getGlyphHashFragment = function (uuidFragment) { return { glyph: internals.kGlyphs[glyphIndex], color: `#${uuidFragment.substring(2,8)}` - } + }; }; // Return an array of glyphs based on a UUIDv4