mirror of
https://github.com/FranP-code/spooky-spotify-showcase.git
synced 2025-10-13 00:02:36 +00:00
Updated prompt and added queue system
This commit is contained in:
@@ -25,7 +25,10 @@ export const uploadImage = async (
|
||||
};
|
||||
|
||||
export const makeImageSpooky = (publicId: string) => {
|
||||
const options = { effect: "gen_background_replace" };
|
||||
const options = {
|
||||
effect:
|
||||
"gen_background_replace:prompt_a bizarre and super creepy background acording with main object theme-max creativity",
|
||||
};
|
||||
|
||||
try {
|
||||
const result = cloudinary.v2.image(publicId, { ...options });
|
||||
|
||||
Reference in New Issue
Block a user