React+p5.js app demonstrating p5.js blend modes, Uses react-p5-wrapper
React + p5.js blend mode demonstrator
This is a React + p5.js app which demonstrates blend modes.
Live at https://blendmodes-p5js.netlify.app/
It uses react-p5-wrapper to integrate React and p5.js.
It is written in TypeScript.
There also exists a plain p5.js version of this Blend Mode Demo app, source here, and live here.
(This react version was primarily ported from the plain p5.js version to test out react-p5-wrapper.)
The React app is bootstrapped with Create React App. Read the original Create React App docs