Skip to content

Instantly share code, notes, and snippets.

@andymeneely
Created July 29, 2015 14:58
Show Gist options
  • Save andymeneely/69b8d34c6b2951f9154f to your computer and use it in GitHub Desktop.
Save andymeneely/69b8d34c6b2951f9154f to your computer and use it in GitHub Desktop.
require 'squib'
Squib::Deck.new(cards: 2) do
background color: 'white'
text str: %w(Hello World!), font: 'Serif Bold 72'
save_png prefix: 'basic_'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment