From 7349548e928126792d460a2264a7d3be6c0daa7a Mon Sep 17 00:00:00 2001 From: Marshall Gould Date: Sun, 2 Aug 2026 22:03:01 +0100 Subject: [PATCH] docs: add image byte-budget tutorial --- apps/docs/docs/tutorials.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/docs/docs/tutorials.md b/apps/docs/docs/tutorials.md index 8eaee86499..349709699c 100644 --- a/apps/docs/docs/tutorials.md +++ b/apps/docs/docs/tutorials.md @@ -40,6 +40,9 @@ Please [make a PR](https://github.com/Shopify/react-native-skia/edit/main/docs/d ## ✨ Image Filters * 🔘 [Neumorphism in React Native ](https://www.youtube.com/watch?v=GFssmWUhwww) +## 🖼️ Image Processing +* 📦 [Compressing a React Native image to a strict byte budget with Skia](https://github.com/MarshallBear1/juno-open-health-tools/blob/main/tutorials/react-native-skia-image-byte-budget.md) + ## 🌈 Gradients * 🌈 [Introducing Gen-Z Mode ](https://www.youtube.com/watch?v=0FC8O9mRUmg) * 📱 [iPhone wallpapers, but in React Native Skia](https://www.youtube.com/watch?v=Apqd749v34I)