Add sheet save

This commit is contained in:
Matt Soucy 2023-01-01 21:28:20 -05:00
parent b6dc73540f
commit 7ae9f66a1c
Signed by: msoucy
GPG Key ID: 7996734FB2370F0C

View File

@ -30,4 +30,7 @@ Squib::Deck.new(cards: 18) do
text layout: :type, markup: true, str: data.volume.map { |v| "<b><i>#{v}</i></b>" }
save format: :png
save_sheet prefix: "sheet",
columns: 5, rows: 4, trim: '0.125in', count_format: ''
end