1
0
Fork 0
mirror of https://github.com/voltbonn/profile-picture-generator.git synced 2024-12-22 07:45:04 +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(){ async function loadFrames(){
Promise.all( Promise.all(
[ [
'ProfileFrame Purple', '0xSOM', // SOM = Stripes of Movement
'ProfileFrame Mixed Bars', '4xSOM-Blue-Red-Yellow-Green',
'ProfileFrame Yellow Bars', '5xSOM-Blue',
'ProfileFrame Red Bars', '5xSOM-Green',
'ProfileFrame Blue Bars', '5xSOM-Red',
'ProfileFrame Green Bars', '5xSOM-Yellow',
// 'ProfileFrame White Bars', // '5xSOM-White',
// 'ProfileFrame B_G Bars', // '2xSOM-Blue-Green',
// 'ProfileFrame R_Y Bars', // '2xSOM-Red-Yellow',
] ]
.map(async frame_filename => { .map(async frame_filename => {
return { 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