1
0
Fork 0
mirror of https://github.com/voltbonn/profile-picture-generator.git synced 2024-12-21 23:35:05 +00:00

renamed frames to follow a system

This commit is contained in:
thomasrosen 2021-04-21 00:55:50 +02:00
parent 62ea3ce2ec
commit 4aef89affe
10 changed files with 9 additions and 9 deletions

View file

@ -10,15 +10,15 @@ function FrameChooser({onChange}) {
async function loadFrames(){
Promise.all(
[
'ProfileFrame Purple',
'ProfileFrame Mixed Bars',
'ProfileFrame Yellow Bars',
'ProfileFrame Red Bars',
'ProfileFrame Blue Bars',
'ProfileFrame Green Bars',
// 'ProfileFrame White Bars',
// 'ProfileFrame B_G Bars',
// 'ProfileFrame R_Y Bars',
'0xSOM', // SOM = Stripes of Movement
'4xSOM-Blue-Red-Yellow-Green',
'5xSOM-Blue',
'5xSOM-Green',
'5xSOM-Red',
'5xSOM-Yellow',
// '5xSOM-White',
// '2xSOM-Blue-Green',
// '2xSOM-Red-Yellow',
]
.map(async frame_filename => {
return {

View file

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

View file

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 61 KiB

View file

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 61 KiB

View file

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 56 KiB

View file

Before

Width:  |  Height:  |  Size: 108 KiB

After

Width:  |  Height:  |  Size: 108 KiB

View file

Before

Width:  |  Height:  |  Size: 111 KiB

After

Width:  |  Height:  |  Size: 111 KiB

View file

Before

Width:  |  Height:  |  Size: 107 KiB

After

Width:  |  Height:  |  Size: 107 KiB

View file

Before

Width:  |  Height:  |  Size: 108 KiB

After

Width:  |  Height:  |  Size: 108 KiB

View file

Before

Width:  |  Height:  |  Size: 115 KiB

After

Width:  |  Height:  |  Size: 115 KiB