Can you render video with Emojis?
I made a photobooth that renders an entire video feed using only emojis. It works by drawing the video to canvas, slicing it into a grid of cells, figuring out the dominant color of each cell, and then matching it to the closest emoji by color. The more grid cells you use, the higher the resolution — but it takes a bit more to render each frame. Writing the emojis to canvas instead of DOM elements keeps it performant.