UNPKG

mylingo3d

Version:

Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor

10 lines 330 B
export default (() => { const ua = navigator.userAgent if (/(tablet|ipad|playbook|silk)|(android(?!.*mobi))/i.test(ua)) { return true } else if (/Mobile|Android|iP(hone|od)|IEMobile|BlackBerry|Kindle|Silk-Accelerated|(hpw|web)OS|Opera M(obi|ini)/.test(ua)) { return true } return false })()