UNPKG

gl-image

Version:
12 lines (11 loc) 289 B
"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, });