Timber integration class for Papi
It should be loaded after Timber is loaded. Easiest is to load it in the themes function file.
Papi has already initialized the images with TimberImage
class. So instead of writing this:
<img src="{{TimberImage(item.picture).src}}" />
You can just write it like this:
<img src="{{item.picture.src}}" />