Adding "_outputFormat" to force output format.

master
Math- 12 years ago committed by Aaron Heckmann
parent 2df344b38d
commit 62f5a7f489
  1. 2
      index.js

@ -1,4 +1,3 @@
// gm - Copyright Aaron Heckmann <aaron.heckmann+github@gmail.com> (MIT Licensed)
/**
@ -28,6 +27,7 @@ function gm (source, height, color) {
this.data = {};
this._in = [];
this._out = [];
this._outputFormat = null;
if (source instanceof Stream) {
this.sourceStream = source;

Loading…
Cancel
Save