From b05ab0765ad024843d46be63fba1c80474e16393 Mon Sep 17 00:00:00 2001 From: Robert Plummer Date: Wed, 22 May 2019 17:38:38 -0400 Subject: [PATCH] fix: Type --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 9da0e40d..f22d88e2 100644 --- a/README.md +++ b/README.md @@ -853,7 +853,6 @@ To assist with mostly unit tests, but perhaps in scenarios outside of GPU.js, th * `GPU.isCanvasSupported`: `boolean` - checks if canvas is supported * `GPU.isGPUHTMLImageArraySupported`: `boolean` - checks if the platform supports HTMLImageArray's * `GPU.isSinglePrecisionSupported`: `boolean` - checks if the system supports single precision float 32 values -``` ## Typescript Typings Typescript is supported! Typings can be found [here](src/index.d.ts)!