8ビットのカエルを描いて、動かそう Draw and animate your own 8-bit frog
エディタを開く Open EditorFrog Pixel Editor は、8×8ピクセルのカエルの表情をブラウザ上で描けるツールです。 「やりくりかぞく」アプリのキャラクター 「やりくりカエル」の表情データを作るために生まれました。
描いた絵はPNG画像やGIFアニメーションとしてダウンロードしたり、 アプリで使えるDart配列としてコピーしたりできます。
Frog Pixel Editor is a browser-based tool for drawing 8×8 pixel frog expressions. It was created to design facial expression data for the "Yarikuri Frog" character in the Yarikuri Kazoku app.
Your artwork can be downloaded as PNG images or GIF animations, or copied as Dart arrays for use in the app.
| サイズ | Size | 用途 | Use Case | 操作 | How |
|---|---|---|---|---|---|
| 8×8 | カエルの表情(基本) | Frog expressions (default) | 最初のボタンをタップ | Tap the first button | |
| 16×8 / 8×16 | 横長・縦長のデザイン | Wide or tall designs | 最初のボタンを長押し | Long-press the first button | |
| 16×16 | より細かい絵 | More detailed art | 2番目のボタンをタップ | Tap the second button | |
| 32×32 | フルサイズピクセルアート | Full-size pixel art | 3番目のボタンをタップ | Tap the third button |
このエディタでは、ピクセルに「色」ではなく「役割」を塗ります。 たとえば「体」「目」「口」といった意味を持たせることで、 あとからカラーバリエーション(緑・ピンク・赤)を一括で切り替えられます。
Dart配列にエクスポートするとき、数字は色ではなく意味を表します:
This editor paints "roles" rather than colors. Each pixel has a semantic meaning like "Body", "Eye", or "Mouth". This allows you to switch color variations (green, pink, red) all at once.
When exported as a Dart array, numbers represent meaning, not color:
| ID | 役割 | Role | デフォルト色 | Default Color |
|---|---|---|---|---|
| 0 | 空(透明) | Empty | #F5F5F5 | |
| 1 | 体 | Body | #4CAF50 | |
| 2 | 目 | Eye | #1A1A1A | |
| 3 | 口 | Mouth | #333333 | |
| 4 | ハイライト | Highlight | #E8F5E9 | |
| 5+ | カスタム | Custom | 自由に追加可能 | User-defined |
HTML + CSS + JavaScript の1ファイルで完結しています。 フレームワークやビルドツールは使っていません。ブラウザだけで動きます。
Built as a single HTML file with CSS and JavaScript. No frameworks or build tools. Runs entirely in the browser.
Frog Pixel Editor は Sit Back and Relax が制作しました。
「やりくりカエル」は やりくりかぞく(yrkr.ai) のマスコットキャラクターです。
Frog Pixel Editor is made by Sit Back and Relax.
"Yarikuri Frog" is the mascot of Yarikuri Kazoku (yrkr.ai).