Vibe.Prompt.ClipboardImage (vibe v0.2.2)

Copy Markdown View Source

Saves a PNG image from the system clipboard for prompt attachment.

Summary

Types

save_result()

@type save_result() :: {:ok, Path.t()} | {:error, term()}

Functions

save(opts \\ [])

@spec save(keyword()) :: save_result()