picosh / pico

hacker labs - open source and managed web services leveraging SSH
https://pico.sh
MIT License
757 stars 26 forks source link

refactor(imgs): dont bring libwebp into every service #55

Closed neurosnap closed 8 months ago

neurosnap commented 8 months ago

Most of our libwebp related code lived inside the shared package. This is problematic since every service imports that package, thereby requiring libwebp for every service.

Now references to libwebp live solely inside imgs library.

Unfortunately, all of our post-based SSH services import imgs so they still have the requirement.