Go displaying image in console

In the Go playground you can print 2D images in the terminal, in fact I made this. I have the same code in this Repl but it just prints base-64 code (that is from the Go code). I was wondering if Replit could implement a feature for this?

The base-64 code
IMAGE:iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAIAAABLbSncAAAAOklEQVR4nGL5//8/AwMDIyMjOgNCYQImrKJQCUZGRmQhCBenUSzIqiAAopQJmYPMYEFTCAeAAAAA//+ICRsJtl22EQAAAABJRU5ErkJggg==
4 Likes

that’s be great I wish we could get a console interaction where we can display individual pixels!

4 Likes

This should probably be a feature request for Xterm.js

2 Likes