feat: add image resizing
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user