UNPKG

polygonjs-engine

Version:

node-based webgl 3D engine https://polygonjs.com

6 lines (5 loc) 114 B
export class CoreUserAgent { static is_chrome() { return navigator.userAgent.indexOf("Chrome") != -1; } }