§ free tool

Code Screenshot Tool

Paste code, pick a theme, export a crisp 2x PNG. Runs entirely in your browser — nothing is uploaded.

Code

Language

Detected: JavaScript

Theme

Background

Padding

Font size

agents.ts
export async function runAgents(tasks: Task[]) {
  // Fan out, then keep what shipped.
  const agents = tasks.map((task) => spawn(task));
  const results = await Promise.all(agents);

  return results.filter((run) => run.ok);
}

Made with CodeSplash

On the desktop

Want this on your desktop?

CodeSplash AI includes a full Screenshot app — capture, annotate, redact, and drop shots straight into an AI agent session.