Give the function an array of images, and it will automatically rotate them equally along a circle.
1.Include the module in your Framer prototype file.
splitImageArray = require "split-image-array"
2.Add your images to an array, technically you can add however many images you want, under 8 is optimal
allArtboards = [artboard1, artboard2, artboard3, artboard4, artboard5]
3.Give the splitImageArray()
the image array
splitImageArray.splitImageArray(allArtboards)