Have managed to get WebP files working okay, however I can't seem to get Base64 WebP files rendering?
Does anyone have a solution to this?
Maybe you need native code to register a Base64 Data Decryptor via SDWebImage鈥檚 API. Check the release page for that and example code: https://github.com/SDWebImage/SDWebImage/releases/tag/5.3.0
How can I do this ? In which file to add the decoder? Thank you
Should be fixed by the changes in #691 . But need the maintainer to reply