A configurable GitHub-style contributions graph generator built with HTML5 Canvas and SVG. Generate high-quality, pixel-perfect contribution grids with adjustable block size, canvas size, colors, gaps, and corner radius.
- Fully configurable canvas width and height
- Adjustable block size, gap, and corner radius
- Choose between GitHub Dark and Light color schemes
- Randomized contributions or pattern generation
- High-quality, pixel-perfect output
- Two export formats:
- PNG Version (
index.html): Raster export for pixel-perfect images - SVG Version (
svg.html): Vector export for scalable, resolution-independent graphics
- PNG Version (
- Open the PNG Version page.
- Use the controls to configure:
- Canvas Width/Height: Total canvas dimensions
- Square Size: Size of each contribution block
- Gap: Space between blocks
- Corner Radius: Rounded corners for blocks
- Color Scheme: Dark or Light GitHub style
- Click Draw to generate the canvas.
- Click Save as PNG to download your creation.
- Open the SVG Version page.
- Use the same controls as the PNG version to configure your canvas.
- Click Draw to generate the canvas.
- Click Save as SVG to download a scalable vector graphic that can be resized without quality loss.