Skip to content
forked from mrdoob/system.js

Javacript object with the user's system information.

License

Notifications You must be signed in to change notification settings

sfunke/system.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

system.js

Javacript object with the user's system information

Usage

<script src="System.js"></script>
<script>

	if ( System.support.webgl ) {

		alert( 'FTW!' );

	}

</script>

About

Javacript object with the user's system information.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%