Allow big symbols
This commit is contained in:
@@ -181,11 +181,12 @@ const drawStandardCard = async (
|
||||
context.font = "60pt DominionText";
|
||||
await renderDominionText(
|
||||
context,
|
||||
parse(card.description),
|
||||
parse(card.description, { isDescription: true }),
|
||||
w / 2,
|
||||
1490,
|
||||
1000
|
||||
);
|
||||
console.log(card.title, parse(card.description));
|
||||
// Draw the types
|
||||
size = 65;
|
||||
context.font = `${size}pt DominionTitle`;
|
||||
|
||||
Reference in New Issue
Block a user