generated at
モバイルか判定する

script.js
export const isMobile = () => /mobile/i.test(navigator.userAgent);