Sha256: bf3a03f0ac1bf67b160920c83010291a6d3421004053c0dec41845e2b589a7af

Contents?: true

Size: 444 Bytes

Versions: 18

Compression:

Stored size: 444 Bytes

Contents

require 'squib'

Squib::Deck.new cards: 4, layout: 'part3_layout.yml' do
  background color: '#252322'
  rect layout: 'backdrop'
  data = xlsx file: 'data.xlsx'
  text str: data['name'], layout: 'title'
  svg layout: data['class']
  svg file: data['art'], layout: 'art'
  text str: data['power'], layout: 'power'
  save_png prefix: 'part5_'
  hand file: 'part5_hand.png', trim_radius: 38
  showcase file: 'part5_showcase.png'
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
squib-0.18.0 samples/intro/05_excel.rb
squib-0.17.2 samples/intro/05_excel.rb
squib-0.17.1 samples/intro/05_excel.rb
squib-0.17.0 samples/intro/05_excel.rb
squib-0.16.0 samples/intro/05_excel.rb
squib-0.16.0.pre.preview2 samples/intro/05_excel.rb
squib-0.16.0.pre.preview1 samples/intro/05_excel.rb
squib-0.15.3 samples/intro/05_excel.rb
squib-0.15.0 samples/intro/05_excel.rb
squib-0.14.3.pre1 samples/intro/05_excel.rb
squib-0.14.1 samples/intro/05_excel.rb
squib-0.14.0 samples/intro/05_excel.rb
squib-0.14.beta1 samples/intro/05_excel.rb
squib-0.13.4 samples/intro/05_excel.rb
squib-0.13.3 samples/intro/05_excel.rb
squib-0.13.2 samples/intro/05_excel.rb
squib-0.13.1 samples/intro/05_excel.rb
squib-0.13.0 samples/intro/05_excel.rb