Default projects already start with a layout

dev
Andy Meneely 2014-08-01 14:22:00 -04:00
parent ba3dd3bb30
commit 435a7c8d5b
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
require 'squib' require 'squib'
Squib::Deck.new(cards: 3) do Squib::Deck.new(cards: 3, layout: 'layout.yml') do
text str: "Hello, World!" text str: "Hello, World!"
save format: :png save format: :png
end end