# webpanim **Repository Path**: lingduzuo/webpanim ## Basic Information - **Project Name**: webpanim - **Description**: FrameSequenceDrawable webp - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-25 - **Last Updated**: 2021-03-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # webpanim 描述:FrameSequenceDrawable webp 第一版 项目根目录build.gradle 添加 ``` allprojects { repositories { ... maven { url 'https://jitpack.io' } } } ``` ``` implementation 'com.github.lingduzuobiao123:webpanim:v1.0.0' ```