Sha256: 522f1f5a71ea4e47379eb4188661f1480f5a69d0f4e0058e222b05fd9cca1716

Contents?: true

Size: 161 Bytes

Versions: 4

Compression:

Stored size: 161 Bytes

Contents

require 'squib'

Squib::Deck.new cards: 1 do
  background color: 'pink'
  rect
  text str: 'Draw two cards.'
  save_png prefix: 'part1_', dir: '.'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
squib-0.12.0 samples/intro/01_hello.rb
squib-0.11.0 samples/intro/01_hello.rb
squib-0.10.0 samples/intro/01_hello.rb
squib-0.9.0 samples/intro/01_hello.rb