mirror of
https://github.com/embarklabs/neo-blessed.git
synced 2025-02-22 07:38:06 +00:00
Make vendor/tng to use local lib/colors
This commit is contained in:
parent
d2ab4efbf6
commit
00dec75364
2
vendor/tng.js
vendored
2
vendor/tng.js
vendored
@ -29,7 +29,7 @@ function PNG(file, options) {
|
||||
if (!file) throw new Error('no file');
|
||||
|
||||
this.options = options || {};
|
||||
this.colors = options.colors || require('blessed/lib/colors');
|
||||
this.colors = options.colors || require('../lib/colors');
|
||||
this.optimization = this.options.optimization || 'mem';
|
||||
this.speed = this.options.speed || 1;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user