MohamedTammam was awarded Best Answer+1000 XP
5mos ago
In which cases could the DOM not be updated whereas the datas are updated ?
- The value from
piniais passed incorrectly to the component. - Updating the array in un-reactive way.
MohamedTammam was awarded Best Answer+1000 XP
5mos ago
Programmatically remove white background from photos and convert them to png ?
If you don't want to use an API. You can install this Python package https://github.com/danielgatis/rembg into your system and call it from your Laravel app.