From 081e574a60f3011fac88f8cb0de1654d45822fb4 Mon Sep 17 00:00:00 2001 From: prontopablo <55544101+prontopablo@users.noreply.github.com> Date: Mon, 3 Feb 2025 10:40:55 +0000 Subject: [PATCH] Include Japanese tutorial link in README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4701f70..11c3790 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ ## p5.FIP (Fast Image Processing) > Real-time image processing library for [p5.js](https://p5js.org/). +> [日本語チュートリアル。](https://qiita.com/youtoy/items/2b670ea176d9b126ae0d) + ## What is it? p5.FIP is a library that allows you to add image processing/post-processing effects to your p5.js sketch. In 5 lines of code you can add effects like bloom, glitching, cartoon shading and many more. -