diff --git a/Cargo.lock b/Cargo.lock index 523930d..b131d70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,6 @@ version = "0.1.7" dependencies = [ "clap 2.17.1 (registry+https://github.com/rust-lang/crates.io-index)", "handlebars 0.21.1 (registry+https://github.com/rust-lang/crates.io-index)", - "memenhancer 0.1.0", "svg 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "unicode-width 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -64,14 +63,6 @@ name = "log" version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -[[package]] -name = "memenhancer" -version = "0.1.0" -dependencies = [ - "svg 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", - "unicode-width 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "pest" version = "0.3.3" diff --git a/Cargo.toml b/Cargo.toml index ed7a2b1..b1e2c57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,6 @@ license = "Apache-2.0" svg = "0.5" clap = "2.16" unicode-width = "0.1" -memenhancer = {path = "../memenhancer", optional = true} [lib] diff --git a/comic.html b/comic.html index c706fa6..91d0cbe 100644 --- a/comic.html +++ b/comic.html @@ -24,12 +24,38 @@
         
 
-        .-----------.
-        | Hey There |
-        '___  ______'
+        .-------------.
+        | Hey there!  |
+        | I haz skillz|
+        '___  ________'
            /,'       
           /'
  ( ͡° ͜ʖ ͡°)
+    
+  --|--
+    |  
+    | 
+    |
+   / \
+
+
+Table Flip  (╯°□°)╯︵┻━┻
+
+.-------------------.
+|What have you done?|
+|Put it back!       |
+'___  ______________'    .------------.
+    |/                   | Y u do diz?|
+    .                    '___ ________'
+                             `\  
+乁(ಥ౪ಥ;)ㄏ
+                                ლ(ಠ益ಠლ)
+
+
+.--------------------.                      .--------------.
+|Ok. I Put Table Back >  ┬──┬ ノ( ゜-゜ノ) < Here you go   |
+'--------------------'                      '--------------'
+
 
         
     
diff --git a/examples/comic.bob b/examples/comic.bob index b2327ac..63ec16c 100644 --- a/examples/comic.bob +++ b/examples/comic.bob @@ -1,7 +1,33 @@ - .-----------. - | Hey There | - '___ ______' + .-------------. + | Hey there! | + | I haz skillz| + '___ ________' /,' /' ( ͡° ͜ʖ ͡°) + + --|-- + | + | + | + / \ + + +Table Flip (╯°□°)╯︵┻━┻ + +.-------------------. +|What have you done?| +|Put it back! | +'___ ______________' .------------. + |/ | Y u do diz?| + . '___ ________' + `\ +乁(ಥ౪ಥ;)ㄏ + ლ(ಠ益ಠლ) + + +.--------------------. .--------------. +|Ok. I Put Table Back > ┬──┬ ノ( ゜-゜ノ) < Here you go | +'--------------------' '--------------' + diff --git a/screenshots/comic.svg b/screenshots/comic.svg index c112bfe..8359379 100644 --- a/screenshots/comic.svg +++ b/screenshots/comic.svg @@ -1,4 +1,4 @@ - + @@ -16,7 +16,7 @@ } circle { stroke: black; - stroke-width: 1; + stroke-width: 2; stroke-opacity: 1; fill-opacity: 1; stroke-linecap: round; @@ -29,19 +29,57 @@ } - + -Hey There +Hey there! - - + +I haz skillz - - -( ͡° ͜ʖ ͡°) + +( ͡° ͜ʖ ͡°) - - + +Table Flip + + +(╯°□°)╯︵┻━┻ + + +What have you done? + + +Put it back! + + +Y u do diz? + + +乁(ಥ౪ಥ;)ㄏ + + +ლ(ಠ益ಠლ) + + +Ok. + + +I Put Table Back + + +┬──┬ + + +ノ( + + +゜ + + +゜ノ) + + +Here you go \ No newline at end of file diff --git a/screenshots/image.svg b/screenshots/image.svg index 17a16ec..7920f93 100644 --- a/screenshots/image.svg +++ b/screenshots/image.svg @@ -1,4 +1,4 @@ - + @@ -16,7 +16,7 @@ } circle { stroke: black; - stroke-width: 1; + stroke-width: 2; stroke-opacity: 1; fill-opacity: 1; stroke-linecap: round;