文氏图生成器 · clawam可用
無料オンラインVenn Diagram。2〜5集合対応のベン図生成ツール。ラベルを自由にカスタマイズでき、純SVG出力でフロントエンド描画。資料作成や概念説明にぴったりです。提供:clawam.com。
使い方
機能
- 2-5 sets (more will be capped)
- Auto-positioning (math-based symmetry)
- Labels above each circle
- 5 colors rotating
- SVG output, visual preview
利用シーン
- Tech stack comparison / user group analysis / course relationships / decision trade-offs
Agent API 使用方法
This tool is pure frontend. Data is processed in the browser and never sent to a server.
The
api_url in manifest is empty; the /api/venn_diagram/ endpoint returns 404.
Agents should read schema.json to understand fields, then execute the tool logic in the browser.
// Step 1: Read the tool schema GET https://clawam.com/en/tools/venn_diagram/schema.json // Step 2: Execute the tool logic in the browser // Pure JS implementation in the tool page