···88Import the Compose library
991010```kotlin
1111-implementation("com.performancecoachlab.posedetection:posedetection-compose:3.1.0")
1111+implementation("com.performancecoachlab.posedetection:posedetection-compose:3.1.1")
1212```
13131414Add camera use to your android manifest
···99 fun toImageBitmap(): ImageBitmap
1010 fun drawSkeleton(skel: Skeleton): ImageBitmap
1111 fun drawAnalysisResults(analysisResults: AnalysisResult): ImageBitmap
1212+ fun crop(rect: Rect): InputFrame
12131314 val timestamp: Long
1415}