alvesjtiago / hover-preview

Sublime Text 3 Plugin for previewing images.
MIT License
45 stars 5 forks source link

webp support #49

Open BenRacicot opened 1 month ago

BenRacicot commented 1 month ago

Hi, amazing work on this. Everyone needs it!

Will there be support for webp in the future? I see

types = collections.OrderedDict()
BMP = types['BMP'] = 'BMP'
GIF = types['GIF'] = 'GIF'
ICO = types['ICO'] = 'ICO'
JPEG = types['JPEG'] = 'JPEG'
PNG = types['PNG'] = 'PNG'
TIFF = types['TIFF'] = 'TIFF'
alvesjtiago commented 1 month ago

Thanks @BenRacicot. I'm not actively developing hover-preview anymore but if you'd like to submit a PR I'd be happy to review. Thanks!