This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const url = 'YOUR_API_URL'; | |
let eventSource = null; | |
/** | |
* Generate a 2D image from a sketch | |
* @param {File} file - The sketch image file | |
* @param {string} prompt - The prompt for the image generation | |
* @param {string} negativePrompt - The negative prompt for the image generation | |
* @returns {string} the path of the generated 2D image |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"map": { | |
"name": "de_cbble", | |
"phase": "live", | |
"round": 22, | |
"team_ct": { | |
"score": 15, | |
"name": "Gambit Gaming", | |
"flag": "CC" | |
}, |