UNPKG

detect-features

Version:

Detect and report browser and hardware features.

4 lines (3 loc) 103 B
export default (() => { return (!!window.AudioContext || !!window.webkitAudioContext) || false; })();