gl-texture2d: "type GLenum" no longer available in typescript@next (#27772)

This commit is contained in:
Andy
2018-08-01 11:45:13 -07:00
committed by Sheetal Nandi
parent 4a683428f4
commit fbdb59354a

View File

@@ -6,6 +6,8 @@
import ndarray = require("ndarray");
type GLenum = number;
type InputType = ImageData | HTMLCanvasElement | HTMLImageElement | HTMLVideoElement;
interface RawObject {