"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.GL_OPTIONS = void 0;
exports.GL_OPTIONS = Object.freeze({
alpha: true,
premultipliedAlpha: false,
depth: false,
stencil: false,
antialias: false,
preserveDrawingBuffer: false,
});