Achilles Moraites
Achilles Moraites
**these settings worked for me** :+1: ``` swiperOption: { slidesPerView: 1, autoplay: { delay: 2000 }, spaceBetween: 30, loop: true, navigation: { nextEl: ".swiper-button-next", prevEl: ".swiper-button-prev" } } ``` It...
@AndrewBogdanovTSS what version do you currently use ? My version is "vue-awesome-swiper": "^3.1.3"
@peterpeterparker Perhaps this could be used https://github.com/lokesh/color-thief for finding the dominant color and then we can calculate the contrast as we do with any other color.
@ShadoWxShinigamI thanks for reporting this !
The .webp files are supported starting v1.0.2 https://pypi.org/project/raw-image-converter/1.0.2/
@ManudattaG Thanks for letting me know ! I will have a look !!!
@ManudattaG What MacOS version are you using ?
Have you tried using Anaconda ? You could also try to update pip ```bash pip install --upgrade pip ``` And then try to run ```bash pip install Pillow rawpy imageio...
I will have a look ! meanwhile does this work for you ? https://anaconda.org/appfanu/rawpy
@ManudattaG @adrienohana @pmm36 I just tried it in MacOS Monterey using Python v3.8.13 It worked without issues 🤔 Note that unfortunately i don't have an M1 machine to test it...