This commit is contained in:
Maciej Caderek
2022-01-20 06:52:08 +01:00
parent 8733c1c3ab
commit 6112c00dec

View File

@@ -1,21 +1,6 @@
import { Style } from "./../../types"; import { Style } from "./../../types";
import drawText from "./drawText"; import drawText from "./drawText";
const MONTHS = [
"January",
"February",
"March",
"April",
"May",
"June",
"July",
"August",
"September",
"October",
"November",
"December",
];
const drawExtraInfo = async ( const drawExtraInfo = async (
ctx: CanvasRenderingContext2D, ctx: CanvasRenderingContext2D,
width: number, width: number,