DevTools.run

Placeholder Image Generator

Generate placeholder images via URL. Use in HTML, Markdown, or any project.

placeholder
Image URL (use anywhere)
/api/placeholder?w=400&h=300&bg=333&fg=aaa

API Usage

<img src="/api/placeholder?w=800&h=400&bg=1a1a2e&fg=6c5ce7&text=Hero+Image" />

Params: w (width), h (height), bg (hex no #), fg (text hex), text (custom label)
Returns: SVG image. Works in <img>, CSS, Markdown, anywhere.