UNPKG

is-webgl-enabled

Version:

Detect if WebGL is enabled in the current environment.

21 lines (12 loc) 459 B
# is-webgl-enabled change log All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## 1.0.2 - remove unnecessary `global` module from usage example ## 1.0.1 - use `global/document` and `global/window` to support non-browser environments - fix typo in example - add browser test ## 1.0.0 - init