huangtao / system.js

JavaScript object with the user's system information.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

system.js

JavaScript object with the user's system information

Usage

<script src="system.min.js"></script>
<script>

	if ( System.support.webgl ) {

		alert( 'FTW!' );

	}

</script>

About

JavaScript object with the user's system information.

License:MIT License


Languages

Language:JavaScript 88.8%Language:Python 11.2%