diff --git a/src/index.d.ts b/src/index.d.ts index 40d86bd0..0f4853ae 100644 --- a/src/index.d.ts +++ b/src/index.d.ts @@ -175,7 +175,7 @@ export class Kernel { texture: Texture; mappedTextures?: Texture[]; TextureConstructor: typeof Texture; - getPixels(flip?: boolean): Uint8ClampedArray[]; + getPixels(flip?: boolean): Uint8ClampedArray; getVariablePrecisionString(textureSize?: number[], tactic?: Tactic, isInt?: boolean): string; prependString(value: string): void; hasPrependString(value: string): boolean;