Squib is a ruby DSL for prototyping card and board games. Think of it like [nanDeck](http://nandeck.it) done "the Ruby way". Start with some basic commands and generate print-ready PNGs and PDFs.
Squib is currently pre-release alpha.
```ruby
require 'squib'
Squib::Deck.new(width: 825, height: 1125, cards: 3) do