Add sheet save
This commit is contained in:
parent
b6dc73540f
commit
7ae9f66a1c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user