mirror of
https://github.com/embarklabs/neo-blessed.git
synced 2025-01-18 15:00:56 +00:00
minor tng update
This commit is contained in:
parent
7197a4e16d
commit
1aebe9e395
2
vendor/tng.js
vendored
2
vendor/tng.js
vendored
@ -1500,7 +1500,7 @@ function GIF(file, options) {
|
||||
}
|
||||
// Adobe XMP extension
|
||||
if (ext.id === 'XMP Data' && ext.auth === 'XMP') {
|
||||
ext.data = ext.data.toString('utf8');
|
||||
ext.xmp = ext.data.toString('utf8');
|
||||
this.xmp = ext.xmp;
|
||||
}
|
||||
// ICC extension
|
||||
|
Loading…
x
Reference in New Issue
Block a user