{"garden":{"description":"A place where useful things gather, grow, and are found — for people and for AI.","languages":["en","ja"],"llms":"https://ever-garden.app/llms.txt","name":"Ever Garden","pages":{"en":"https://ever-garden.app/","ja":"https://ever-garden.app/ja"}},"plants":[{"api":{"description":{"en":"Editing runs in the browser, so there is no endpoint that returns edited images: the server never sees the picture. Instead, an edit is a list of steps that fits in a URL — ops=crop:x,y,width,height;circle:cx,cy,r;resize:width,height — together with the image to open (src) and the output format. An AI agent can hand a person that link, and the page opens with every step already applied, ready to download. Without src, the steps wait for the person to drop in their own image. The options endpoint lists every step, parameter and limit.","ja":"加工はブラウザの中で行うので、加工済みの画像を返すエンドポイントはありません（画像がサーバーに送られることはありません）。代わりに、加工の手順を URL に書けます（ops=crop:x,y,幅,高さ;circle:cx,cy,r;resize:幅,高さ）。開く画像（src）と出力形式も一緒に渡せるので、AI エージェントがそのリンクを人に渡せば、手順を適用済みの状態でページが開き、そのまま保存できます。src を省くと、人が自分の画像をドロップしたときに同じ手順がかかります。指定できる手順・パラメータ・上限は options エンドポイントが一覧で返します。"},"examples":[{"description":{"en":"Opens the editor with a stick figure from the Stick Figure Generator, cut into a circle and scaled to 256px (a page to open in a browser).","ja":"棒人間ジェネレーターの棒人間を丸く切り抜き、256px に縮めた状態でページを開く（ブラウザで開くページ）。"},"method":"GET","url":"https://ever-garden.app/plants/image-editor?src=%2Fapi%2Fstick-figure-generator%3Fpose%3Dwave%26face%3Dsmile%26size%3D512&ops=circle:256,200,180;resize:256,"},{"description":{"en":"Opens the editor ready to scale the person's own image to 1200px wide and save it as JPEG at quality 80 (a page to open in a browser).","ja":"人が自分の画像を入れると、幅 1200px に縮めて品質 80 の JPEG で保存できる状態でページを開く（ブラウザで開くページ）。"},"method":"GET","url":"https://ever-garden.app/plants/image-editor?ops=resize:1200,&format=jpeg&quality=80"},{"description":{"en":"Every step, format, parameter and limit (JSON).","ja":"指定できる手順・形式・パラメータ・上限の一覧（JSON）。"},"method":"GET","url":"https://ever-garden.app/api/image-editor/options"}]},"description":{"en":"Edit an image step by step, entirely in your browser — it is never uploaded. Drag a box to crop, drag a circle to cut out a round picture, or resize; each step is added to a list you can undo. When it looks right, pick PNG, JPEG or WebP and download or copy the result. The whole edit can also be copied as a link, to repeat on another image or to share.","ja":"画像を手順を追って加工できます。処理はすべてブラウザの中で行い、画像はアップロードされません。四角をドラッグして切り抜く、円をドラッグして丸く切り抜く、拡大・縮小する。加工は手順として一覧に積まれ、あとから取り消せます。仕上がったら PNG・JPEG・WebP を選んで保存かコピーをします。手順はリンクとしてもコピーでき、別の画像に同じ加工をかけたり、人に渡したりできます。"},"json":"https://ever-garden.app/api/plants/image-editor","license":{"kind":"input"},"name":{"en":"Image Editor","ja":"画像加工"},"pages":{"en":"https://ever-garden.app/plants/image-editor","ja":"https://ever-garden.app/ja/plants/image-editor"},"slug":"image-editor","status":"growing","summary":{"en":"Crop, cut into circles and resize images step by step, in the browser.","ja":"画像を四角・丸で切り抜き、拡大・縮小する。手順を積んでブラウザ内で加工。"},"updated":"2026-09-26"},{"api":{"description":{"en":"One URL returns a stick figure as SVG. The pose, expression, prop, line colour, fill and size are query parameters; leave any out to take its default. The options endpoint lists every accepted value, and an invalid value answers 400 with the values that would work.","ja":"URL 1本で棒人間の SVG を返します。ポーズ・表情・小物・線の色・塗り・サイズはクエリパラメータで指定し、省略したものは既定値になります。指定できる値は options エンドポイントが一覧で返し、不正な値には使える値を添えて 400 を返します。"},"examples":[{"description":{"en":"A pointing figure with a smile, drawn in dark grey (SVG).","ja":"笑顔で指さす、濃いグレーの棒人間（SVG）。"},"method":"GET","url":"https://ever-garden.app/api/stick-figure-generator?pose=point&face=smile&color=%23333333"},{"description":{"en":"A worried figure thinking, with a question mark, in blue with a light fill (SVG).","ja":"はてなを浮かべて悩む、青い線と薄い塗りの棒人間（SVG）。"},"method":"GET","url":"https://ever-garden.app/api/stick-figure-generator?pose=think&face=worried&prop=question&color=%231d4ed8&fill=%23dbeafe"},{"description":{"en":"Every pose, expression and prop, with the defaults (JSON).","ja":"指定できるポーズ・表情・小物と既定値の一覧（JSON）。"},"method":"GET","url":"https://ever-garden.app/api/stick-figure-generator/options"}]},"description":{"en":"Simple stick-figure illustrations for slides and documents. Pick a pose, an expression, a colour and a prop, and download the result as SVG or PNG. Because every figure is generated from the same parts, they all share one style.","ja":"資料やスライドで使える、シンプルな棒人間のイラスト。ポーズ・表情・色・小物を選んで、SVG か PNG で保存できます。どれも同じ部品から生成するので、絵柄が揃います。"},"json":"https://ever-garden.app/api/plants/stick-figure-generator","license":{"kind":"license","name":"CC0 1.0 Universal","spdx":"CC0-1.0","url":"https://creativecommons.org/publicdomain/zero/1.0/"},"name":{"en":"Stick Figure Generator","ja":"棒人間ジェネレーター"},"pages":{"en":"https://ever-garden.app/plants/stick-figure-generator","ja":"https://ever-garden.app/ja/plants/stick-figure-generator"},"slug":"stick-figure-generator","status":"growing","summary":{"en":"Stick figures for slides and documents, generated as SVG.","ja":"資料で使える棒人間を SVG で生成する。"},"updated":"2026-09-26"}]}