Closed Clan-Utility closed 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,
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) {
The example does not work in iTerm2 v3. Btw, what is imgLoader?