react-postprocessing
react-postprocessing copied to clipboard
feat: Ramp
Ramp effect for linear and radial color gradients, as well as masking of effects before it in the effect array
Example: https://codesandbox.io/s/ramp-effect-w-postprocessing-zdpzei?file=/src/Ramp.js:0-3359
@talentlessguy any idea on how I can fix the tests on this to merge? I am not a TS person so the error message on the ci is a bit cryptic to me, though I'm happy to learn with a little guidance
I added JSDoc comments for the effect's parameters. Are these accurate? I'll want to mirror this in documentation.
Thanks @CodyJasonBennett for fixing the types! left a few comments/suggestions.