How to create circular carousel with Swiper coverflow

Hello there I'd like to modify this code

var mySwiper = new Swiper('.swiper-container', {
    loop: true,
    effect: 'coverflow',
    centeredSlides: true,
    slidesPerView: 'auto',

    // Navigation arrows
    navigation: {
        nextEl: '.swiper-button-next',
        prevEl: '.swiper-button-prev',
    },

})

in order to create a circular slider like the one in image attached.

Anyone has facing the same issue?

Any help is appreciated.