UNPKG

mmenu-js

Version:

The best javascript plugin for app look-alike on- and off-canvas menus with sliding submenus for your website and webapp.

6 lines (5 loc) 182 B
/** Whether or not touch gestures are supported by the browser. */ export const touch = 'ontouchstart' in window || (navigator.msMaxTouchPoints ? true : false) || false;