adding seed image options
This commit is contained in:
parent
f5bc5e4b58
commit
0fa48b6541
|
@ -160,9 +160,16 @@ export function SeedImageSelector(
|
||||||
) {
|
) {
|
||||||
let selectOptions = [
|
let selectOptions = [
|
||||||
["OG Beat", "og_beat"],
|
["OG Beat", "og_beat"],
|
||||||
["Soul", "chill_soul_1"],
|
["Epic", "epic"],
|
||||||
// ["High Energy", 0.85],
|
['Folksy', 'folksy'],
|
||||||
// ["Spacy", 0.95],
|
['Funk', 'funk'],
|
||||||
|
['Hustle', 'hustle'],
|
||||||
|
['Latin', 'latin'],
|
||||||
|
['Lounge', 'lounge'],
|
||||||
|
['Pressure', 'pressure'],
|
||||||
|
['Rock', 'rock'],
|
||||||
|
['Stomp', 'stomp'],
|
||||||
|
['Wild', 'wild'],
|
||||||
];
|
];
|
||||||
|
|
||||||
let matchedOption = selectOptions.find((x) => x[1] === seedImage);
|
let matchedOption = selectOptions.find((x) => x[1] === seedImage);
|
||||||
|
|
Loading…
Reference in New Issue