Browse Source

Add font file

master
Dylan Baker 5 years ago
parent
commit
43b8e17da9
2 changed files with 2495 additions and 1 deletions
  1. 2494
    0
      banner.flf
  2. 1
    1
      figbot.rb

+ 2494
- 0
banner.flf
File diff suppressed because it is too large
View File


+ 1
- 1
figbot.rb View File

@@ -7,7 +7,7 @@ def fig(input)
7 7
 
8 8
   banners = []
9 9
 
10
-  font = Figlet::Font.new(File.expand_path('./lib/banner.flf'))
10
+  font = Figlet::Font.new(File.expand_path('./banner.flf'))
11 11
   figlet = Figlet::Typesetter.new(font)
12 12
 
13 13
   chunks = opts[:message].chars.to_a.each_slice(5).to_a.map{|chunk| chunk.join}

Loading…
Cancel
Save