0.8.0 • Published 1 year ago
github-contributions-canvas v0.8.0
Github Contributions on Canvas

A tool for drawing a heat-map of Github contributions on HTML Canvas.
This module is used for drawing user contributions in this project.
Install
$ npm install github-contributions-canvasUsage
import { drawContributions } from "github-contributions-canvas";
drawContributions(canvasEl, {
data: contributionData,
username: "myusername",
themeName: "standard",
footerText: "Made by @sallar - github-contributions.now.sh"
});Available Themes
The themes are defined in the src/themes.js file.
Currently the available themes are:
standardhalloweentealleftPaddraculabluepandasunnypinkYlGnBusolarizedDarksolarizedLight
Data Format
This module accepts the output from sallar/github-contributions-api API. Check that project for more info.
License
Sallar Kaboli © MIT License
0.8.0
1 year ago
0.6.1-0
3 years ago
0.7.0
3 years ago
0.6.0
5 years ago
0.5.0
5 years ago
0.3.1
5 years ago
0.5.2
5 years ago
0.5.1
5 years ago
0.4.0
5 years ago
0.3.0
6 years ago
0.2.1
7 years ago
0.2.0
8 years ago
0.1.0
8 years ago
0.0.9
8 years ago
0.0.8
8 years ago
0.0.7
8 years ago
0.0.6
8 years ago
0.0.5
8 years ago
0.0.4
8 years ago
0.0.3
8 years ago
0.0.2
8 years ago
0.0.1
8 years ago