feat: add image resizing

This commit is contained in:
2023-07-26 15:48:03 +02:00
parent 3cc5a94a18
commit 764b434e0a
6 changed files with 206 additions and 62 deletions

View File

@ -47,12 +47,12 @@ function parseIngredientItem(listItem: DocumentChild): Ingredient | undefined {
tableSpoon: {
short: "EL",
plural: "Table Spoons",
alternates: ["el", "EL"],
alternates: ["el", "EL", "Tbsp", "tbsp"],
},
teaSpoon: {
short: "TL",
plural: "Tea Spoon",
alternates: ["tl", "TL"],
alternates: ["tl", "TL", "Tsp", "tsp"],
},
litre: {
short: "L",