LeafCat79 commited on
Commit
d7e3123
·
verified ·
1 Parent(s): 0c7c679

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -8
README.md CHANGED
@@ -1,14 +1,16 @@
1
  ---
2
- title: Image Generator For HTML Games
3
- emoji: 🐨
4
- colorFrom: yellow
5
- colorTo: purple
6
  sdk: gradio
7
- sdk_version: 6.14.0
8
- python_version: '3.13'
9
  app_file: app.py
10
  pinned: false
11
- short_description: Embed generated images into HTML games.
12
  ---
13
 
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
1
  ---
2
+ title: Image Generator for HTML Games
3
+ emoji: 🎮
4
+ colorFrom: blue
5
+ colorTo: green
6
  sdk: gradio
7
+ sdk_version: 5.0.0
 
8
  app_file: app.py
9
  pinned: false
 
10
  ---
11
 
12
+ # Image Generator for HTML Games
13
+
14
+ Paste an HTML game, describe asset roles like `player`, `background`, or `enemy`, and generate a rewritten version of the game with image data embedded directly into the HTML.
15
+
16
+ The app generates images with Pollinations/FLUX-style image URLs, converts the results into base64 data URIs, replaces matching asset filenames in the provided HTML, and previews the result in a sandboxed iframe.