mrdoob / system.js

JavaScript object with the user's system information.
MIT License
206 stars 47 forks source link

system.js

JavaScript object with the user's system information

Usage

<script src="https://github.com/mrdoob/system.js/raw/master/system.min.js"></script>
<script>

    if ( System.support.webgl ) {

        alert( 'FTW!' );

    }

</script>