X-Git-Url: https://git.r.bdr.sh/rbdr/forum/blobdiff_plain/66dc4cae4cd37e82d773dc30be046d82d380ec4d..41247723b2940efe89648749b90e56d582bdfb89:/app/utils/glyph_hash.js diff --git a/app/utils/glyph_hash.js b/app/utils/glyph_hash.js index c074376..2d9b3f3 100644 --- a/app/utils/glyph_hash.js +++ b/app/utils/glyph_hash.js @@ -1,22 +1,22 @@ const internals = { kSplitterRegex: /.{1,8}/g, kGlyphs: [ - "☽", - "☆", - "♢", - "♡", - "╱", - "╲", - "╳", - "〰", - "▷", - "⏊", - "〒", - "▢", - "◯", - "⏃", - "⏀", - "⏆" + '☽', + '☆', + '♢', + '♡', + '╱', + '╲', + '╳', + '〰', + '▷', + '⏊', + '〒', + '▢', + '◯', + '⏃', + '⏀', + '⏆' ] };