Tag
#javascript
2 posts
Applied javascript typescript 18 min
Building a Browser-Based Image Editor in a Single HTML File
I needed an OG image for the blog. Instead of opening Photoshop, I built a canvas-based image editor with layers, snapping, background removal, and project files — zero dependencies.
canvas-api javascript browser-tools
Foundations javascript typescript 12 min
Making a Game in the Browser with Just HTML and JavaScript
You don't need a game engine to make a game. Here's how to build one from scratch with just HTML, JavaScript, and a browser.
javascript canvas game-dev