From d74a8f59c96fb1c0b9dd2e927fbdabebdd20bda0 Mon Sep 17 00:00:00 2001 From: Reinder Nijhoff Date: Mon, 13 May 2024 11:24:54 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9151f6..bbc461e 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Image Effect Renderer -The image-effect-renderer is a lightweight package that allows you to run fragment shaders in your website using WebGL. It can be used to apply effects to HTML images or video sources. +The image-effect-renderer is a lightweight package that allows you to run fragment shaders in your website using WebGL. It can be used to apply effects to HTML images or video sources. Zero dependencies. The ImageEffectRenderer supports the most common variables used in [Shadertoy](https://www.shadertoy.com/) and the syntax of fragments shaders from Shadertoy and [OneShader](https://www.oneshader.net/). This makes it easy to prototype different effects using Shadertoy or OneShader.