breakout demo data

This commit is contained in:
41666 2019-03-20 00:24:19 -05:00
parent 29ea3279c9
commit 11a6e2d85c
3 changed files with 15 additions and 17 deletions

8
ui/config/demo.js Normal file
View file

@ -0,0 +1,8 @@
export default [
'cute',
'vanity',
'brave',
'proud',
'wonderful',
'日本語'
].map((name, i, roles) => ({ name: `a ${name} role ♡`, color: `hsl(${(360 / roles.length) * i},40%,70%)` }))