diff --git a/src/image.ts b/src/image.ts index ebf7818..63a00ca 100644 --- a/src/image.ts +++ b/src/image.ts @@ -36,7 +36,6 @@ export class Image { */ async text(text: string, scale: number, x: number, y: number, font: Font, color: string = "#000000"): Promise { if (!this.img) throw new Error("Image is empty"); - await font.init(); if (!font.font) throw new Error("Could not load font."); console.log(this.img); console.log(font.font);