{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 2,
    "name": "kevinbatdorf/stable-diffusion",
    "version": "0.1.0",
    "title": "Block Diffusion",
    "category": "media",
    "description": "Generate unique images from text prompts using AI",
    "attributes": {},
    "supports": {
        "html": false
    },
    "textdomain": "stable-diffusion",
    "editorScript": "file:./index.js",
    "editorStyle": "file:./index.css"
}
