Claima Page is a browser‑based, retro‑style Drawing program built with plain JavaScript and HTML5 Canvas. Draw pixel art in a Retro PETSCII like style , export & import your creations, and share them with the community!
Live site: https://claima.page
- Draw with Mouse
Click on glyphs in the palette to place them on the canvas. - Type with Keyboard
Select the “Write with Keyboard” tool and type Unicode characters directly. - Fill Bucket
Flood‑fill any contiguous area with the selected glyph. - Toggle Grid
Show or hide the grid overlay for precise placement. - Palette
Pick foreground and background glyphs/colors. - Import / Export
Save your work to a .apage file or load it back in. - Zero Dependencies
Just openindex.htmlin any modern browser—no build step required.
- Clone the repo
git clone https://github.com/your-username/claima.page.git cd claima.page