Skip to content
This repository has been archived by the owner on Jan 2, 2020. It is now read-only.

mrdoob/system.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published