Create pixel art icons or characters and export them as pure CSS using box-shadow, ready to drop into any webpage without image files
Build animated pixel art sequences and export them as GIF files using the built-in frame and timing editor
Save a pixel art project as a plain-text file and reload or share it later for continued editing
Generate CSS keyframe animations from pixel art drawings for use in web pages or game UIs
Pixel Art to CSS is a browser-based drawing and animation tool that lets you create pixel art and export it as working CSS code. You draw on a grid, color individual pixels, and the app generates the CSS needed to reproduce that artwork directly in a webpage, without any images. The CSS it produces uses two standard properties: box-shadow (to place colored squares) and keyframes (to animate them in sequence). This means the resulting code can be dropped into any website and will run in the browser with no extra dependencies. You can also export your work as a static image or an animated GIF if you prefer a file over code. The editor includes several tools for working on a piece: a customizable color palette, an undo and redo history, animation settings for controlling timing and frame order, and the ability to save projects and load them back later. There is also an import and export feature for sharing project files as plain text. On the technical side, the app is built with React for the interface, Redux for managing state, ImmutableJS for keeping data consistent, and PostCSS for styles. The repository includes linting and formatting tools that run automatically on commits. The test suite uses Jest. The project is currently in an idle state while a refactor and tech upgrade is in progress. The maintainer is not accepting new pull requests or issues at this time. The code is released under the MIT license.
← jvalen on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.