UNPKG

gl-conformance

Version:
6 lines (5 loc) 96 B
module.exports = function Image () { this._width = 0 this._height = 0 this._data = null }