paparazzi
paparazzi copied to clipboard
Feature request: snapshot just the composable
Android Studio can render composables with the @Preview
annotation with the render canvas sized to fit the composable or the dimensions specified in the preview annotation. It would be nice to have an API in Paparazzi that exposes this functionality to enable taking snapshots that shrink to the size of the composable or dimensions specified to the snapshot method instead of capturing the whole virtual device.
+1
See https://github.com/cashapp/paparazzi/issues/383 and https://github.com/cashapp/paparazzi/issues/37
This is a duplicate of #37, thanks!
Fixed in #497