UNPKG

three.fbo-helper

Version:

FrameBuffer Object inspector for three.js

14 lines (7 loc) 181 B
var context; export function getAudioContext() { if ( context === undefined ) { context = new ( window.AudioContext || window.webkitAudioContext )(); } return context; }