SYMBOL INDEX (15 symbols across 1 files) FILE: src/index.ts type DataStructYear (line 11) | interface DataStructYear { type DataStructContribution (line 20) | interface DataStructContribution { type DataStruct (line 27) | interface DataStruct { type GraphEntry (line 32) | interface GraphEntry { type Options (line 37) | interface Options { type DrawYearOptions (line 48) | interface DrawYearOptions extends Options { type DrawMetadataOptions (line 54) | interface DrawMetadataOptions extends Options { type Theme (line 59) | interface Theme { function getPixelRatio (line 70) | function getPixelRatio() { constant DATE_FORMAT (line 77) | const DATE_FORMAT = "yyyy-MM-dd"; function getTheme (line 87) | function getTheme(opts: Options): Theme { function getDateInfo (line 105) | function getDateInfo(data: DataStruct, date: string) { function drawYear (line 109) | function drawYear(ctx: CanvasRenderingContext2D, opts: DrawYearOptions) { function drawMetaData (line 202) | function drawMetaData( function drawContributions (line 269) | function drawContributions(canvas: HTMLCanvasElement, opts: Options) {