UNPKG

@qctrl/visualizer

Version:

The Q-CTRL Visualizer is a package for displaying animated 3d Bloch sphere visualizations.

6 lines (5 loc) 232 B
/** * Checks the browser for webGL support and throws/catches an error if not supported, pushing the error to the passed in error object/array */ declare const checkWebGlSupport: () => unknown[]; export default checkWebGlSupport;