Spaces:
Runtime error
Runtime error
import colors from 'tailwindcss/colors'; | |
export const COLORS = Object.values(colors) | |
.filter((e) => typeof e === 'object') | |
.map((e) => e['200']) | |
.slice(0, 18); | |
// all animal emojis list | |
export const EMOJIS = [ | |
'๐ถ', | |
'๐ฑ', | |
'๐ญ', | |
'๐น', | |
'๐ฐ', | |
'๐ฆ', | |
'๐ป', | |
'๐ผ', | |
'๐จ', | |
'๐ฏ', | |
'๐ฆ', | |
'๐ฎ', | |
'๐ฒ', | |
'๐', | |
'๐', | |
'๐', | |
'๐', | |
'๐' | |
]; | |