aldinokemal / go-whatsapp-web-multidevice

API for Whatsapp Web Multi Device Version, Support UI & Webhook
MIT License
492 stars 216 forks source link

⚡️ Ability to use standalone binary without installing libraries (feature flags) #135

Closed sayyidyofa closed 5 months ago

sayyidyofa commented 5 months ago

What problem does your feature request solve?

Currently, The program will immediately crash if libvip or ffmpeg is not installed, even if the user does not need the image/video capability

With this feature, The user can run the program without installing additional libraries

Describe the solution you are proposing.

A feature flag in the parameters of the program, if the user want to incluse image/video capabilities

Describe alternatives you have considered.

No response

Importance

Could Live Without

Additional Context

aldinokemal commented 5 months ago

Good idea, will available on next release currently still under development https://github.com/aldinokemal/go-whatsapp-web-multidevice/pull/136