Skip to content

whitespaceninja/asciify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asciify

Google chrome extension that adds an 'Asciify' selection for your right click image context menu. Clicking Asciify will print out an ascii version of that image to the console.

Code Structure

background.js handles:

  • setting up the right-click context menu
  • downloading the image
  • translating the image pixels into ascii characters
  • sending a message to the content_script to render the ascii

content_script.js handles:

  • receiving a string of ascii characters
  • rendering to the console

Future enhancements

  • Replace the image within the browser
  • Replace ALL images within the browser
  • Turn actual reality into ascii

About

Chrome extension for ascii-fying images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published