Skip to content

AndyLnd/asciimg

Repository files navigation

Asciimg

Turn images into ascii-art with the raw power of 👊 web assembly 👊


TODO

  • use svelte for the frontend
  • limit character set to make it faster and more pleasing
  • add mode to find the best fitting ascii representation by generating for every pixel position in the character block and picking the one with the least sum of square distances
  • add brightness slider