Skip to content

Commit

Permalink
Syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau committed Mar 7, 2016
1 parent e51bdee commit 190e80d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const ul = require("ul")
, asciifyPixelMatrix = require("asciify-pixel-matrix")
, computeSize = require("compute-size")
, charWidth = require("terminal-char-width")
;
;

const DEFAULTS = {
size_options: {
Expand All @@ -19,7 +19,7 @@ const DEFAULTS = {
, concat: true
, size: {
height: "100%"
}
}
, stringify_fn: asciifyPixelMatrix
};

Expand Down

0 comments on commit 190e80d

Please sign in to comment.