This is the source for victor.dannyb.co - the documentation site for victor
For development purposes, you will need these:
- opcode
- All the ruby dependencies -
bundle install
In the examples/favicon directory:
- .rb => .svg:
ruby favicon.rb - .svg => .png:
cairosvg favicon.svg --output-width 512 -o favicon.png - .png => .ico: https://www.png2ico.com/