Skip to content

v0.0.2 (Redesign)

Compare
Choose a tag to compare
@lainq lainq released this 14 Oct 06:00
· 13 commits to main since this release

Changelog

  • Changed the library design.
    DrawImage provides from_url and from_file which returns a DrawImage object. evoke the draw_image method to print the image to the console
from image import DrawImage
image_object = DrawImage.from_url("url")
image_object.draw_image()
  • Add GIF support