From 0cdf537e397b47506ed4792b332bb3e9a9b4910c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Renaudeau?= Date: Mon, 31 Aug 2015 11:14:11 +0200 Subject: [PATCH] Update 3.md --- docs/examples/3.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/docs/examples/3.md b/docs/examples/3.md index 16f5cd0..9b604ea 100644 --- a/docs/examples/3.md +++ b/docs/examples/3.md @@ -1,6 +1,9 @@ # Hue Rotate on Text+Image -`gl-react-native` not only allows to add effects on top of images but also on top of **any** content. This example shows the Hue rotation effect on top of **texts and image**. +`gl-react` not only allows to add effects on top of images but also on top of **any** content. This example shows the Hue rotation effect on top of **texts and image**. + + +**`gl-react-native` version:** ```html ``` +**`gl-react` version:** (using `react-canvas`) + +```html + + + + + Throw me to the wolves + and I will return + {text} + + +``` + ![](3.gif) ## Implementation