Skip to content

Commit a6aaf01

Browse files
committed
- add pixel art animator to sidebar.html, tools.json and add screenshot
- fix gif export and add a few extra features (undo/redo, select/move, custom canvas size, etc.)
1 parent bedef5a commit a6aaf01

File tree

4 files changed

+589
-123
lines changed

4 files changed

+589
-123
lines changed

data/tools.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1626,5 +1626,16 @@
16261626
"aiPowered": false,
16271627
"featured": false,
16281628
"date": "2025-06-20"
1629+
},
1630+
{
1631+
"id": "pixel_art_animator",
1632+
"title": "Pixel Art Animator",
1633+
"description": "Create stunning pixel art animations with our free online tool. Draw frame-by-frame animations, export as GIF, and bring your pixel art to life with professional features.",
1634+
"url": "tools/pixel_art_animator.html",
1635+
"screenshot": "screenshots/screenshot_211.webp",
1636+
"type": "tool",
1637+
"aiPowered": false,
1638+
"featured": false,
1639+
"date": "2025-07-04"
16291640
}
16301641
]

screenshots/screenshot_211.webp

13.9 KB
Loading

sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ <h2>Tools by ChatGPT</h2>
296296
<li><a href="/tools/decision_wheel.html">Decision Wheel</a></li>
297297
<li><a href="/games/reversi.html">Reversi</a></li>
298298
<li><a href="/tools/flashcard_creator.html">Flashcard Creator</a></li>
299+
<li><a href="/tools/pixel_art_animator.html">Pixel Art Animator</a></li>
299300
<!-- end -->
300301
</ul>
301302
</div>

0 commit comments

Comments
 (0)