Decode a WebP formatted image (first frame for animations).
Image? decodeWebP(List<int> bytes) => WebPDecoder().decodeImage(bytes);