Closed Notsfsssf closed 3 years ago
Hi @Notsfsssf, Thanks for your issue! Here is a new SNAPSHOT dependency for showing the webp.
implementation "com.github.skydoves:landscapist-fresco-websupport:1.3.4-SNAPSHOT"
You can use FrescoWebImage
for showing a webp file.
FrescoWebImage(
controllerBuilder = Fresco.newDraweeControllerBuilder()
.setUri("asset:///test.webp")
.setAutoPlayAnimations(true),
modifier = Modifier.size(250.dp)
)
Released a new stable 1.3.4
.
Thank you for your issue!
Hi, Fresco's animated-webp support is impl with
SimpleDraweeView
Is there any way to support dynamic pictures forFrescoImage
? https://frescolib.org/docs/animations.html https://frescolib.org/docs/webp-support.html