Add image grid to the series view command #294

Merged
Vylpes merged 2 commits from feature/279-series-view-image-grid into develop 2024-07-09 17:45:50 +01:00
Showing only changes of commit 399e9522be - Show all commits

View file

@ -5,8 +5,6 @@ import EmbedColours from "../constants/EmbedColours";
import { CardRarity, CardRarityToString } from "../constants/CardRarity";
import cloneDeep from "clone-deep";
import AppLogger from "../client/appLogger";
import { createCanvas, loadImage } from "canvas";
import path from "path";
import ImageHelper from "./ImageHelper";
interface InventoryPage {