mirror of
https://github.com/voltbonn/profile-picture-generator.git
synced 2024-12-21 23:35:05 +00:00
disabled 3 frames to be more concise
This commit is contained in:
parent
87b6178668
commit
71506bfa87
1 changed files with 3 additions and 3 deletions
|
@ -14,9 +14,9 @@ function FrameChooser({onChange}) {
|
|||
'ProfileFrame Red Bars',
|
||||
'ProfileFrame Blue Bars',
|
||||
'ProfileFrame Green Bars',
|
||||
'ProfileFrame White Bars',
|
||||
'ProfileFrame B_G Bars',
|
||||
'ProfileFrame R_Y Bars',
|
||||
// 'ProfileFrame White Bars',
|
||||
// 'ProfileFrame B_G Bars',
|
||||
// 'ProfileFrame R_Y Bars',
|
||||
]
|
||||
.map(async frame_filename => {
|
||||
return {
|
||||
|
|
Loading…
Reference in a new issue