Versions in this module Expand all Collapse all v0 v0.1.0 Jul 22, 2026 Changes in this version + var CatppuccinFrappe = ramp(hex(0x414559), hex(0x303446), hex(0xa6d189)) + var CatppuccinLatte = ramp(hex(0xccd0da), hex(0xeff1f5), hex(0x40a02b)) + var CatppuccinMacchiato = ramp(hex(0x363a4f), hex(0x24273a), hex(0xa6da95)) + var CatppuccinMocha = ramp(hex(0x313244), hex(0x1e1e2e), hex(0xa6e3a1)) + var GitHubDark = Palette + var GitHubLight = Palette + func Render(entries []Entry, o Options) *image.NRGBA + type Entry struct + Count int + Date time.Time + type Options struct + From time.Time + Max int + Palette Palette + Scale int + To time.Time + type Palette [5]color.NRGBA