pose / node-iterm2-image

Display images in iTerm2 using Node.js
MIT License
21 stars 4 forks source link

Does not work in iTerm2 v3 #2

Closed Clan-Utility closed 8 years ago

Clan-Utility commented 8 years ago

The example does not work in iTerm2 v3. Btw, what is imgLoader?

pose commented 8 years ago

Hi @Clan-Utility,

Can you tell how to reproduce the issue? It's working for me. What are you getting when you execute node example.js?

Thanks in advance,

Clan-Utility commented 8 years ago

It's working. I was just confused by 'imgLoader' in the example.

In the example, the following 2 lines

drawInIterm('./path-to-file.png', function () {
imgLoader('./path-to-file.png', function (err) {

should be

drawInIterm('./path-to-file.png', function (err) {