Sha256: 3e5f71206f7a17fca28852c16180b894cc0898d6914f926ff29a5f5a7a0151c5

Contents?: true

Size: 166 Bytes

Versions: 1

Compression:

Stored size: 166 Bytes

Contents

#!/usr/bin/env ruby -w

require 'hershey'

file = ARGV.shift
width = ARGV.shift
text = ARGV.join(' ')

open(file, 'w') {|f| f.write(Hershey.svg(text, width: width))}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hershey-0.0.3 bin/hershey