WIP
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user