How to load script only on desktop and tablet using javascript

Solution:

Maybe the wp_is_mobile() function could help: https://developer.wordpress.org/reference/functions/wp_is_mobile/

I mean you can wrap the script tag within this condition and do it via PHP directly.