mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 12:19:10 +00:00
8 lines
201 B
TypeScript
8 lines
201 B
TypeScript
export default [
|
|
'cute',
|
|
'vanity',
|
|
'brave',
|
|
'proud',
|
|
'wonderful',
|
|
'日本語'
|
|
].map((name, i, roles) => ({ name: `a ${name} role ♡`, color: `hsl(${(360 / roles.length) * i},40%,70%)` }))
|