Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@meezwhite meezwhite released this 18 Jan 14:14
· 1 commit to main since this release

🍒 p5.grain.cherries

Release notes

Added

  • Added support for instance mode (PRs: #6 & #7)
  • Added loopPixels as a preferred read-only alternative to tinkerPixels

Fixed

  • Fixed "Uncaught (in promise) Error" when validating arguments

Changed

  • Deprecated granulateSimple in favor of applyMonochromaticGrain
  • Deprecated granulateChannels in favor of applyChromaticGrain
  • Renamed p5.grain.core.js to p5.grain.min.js. This is the new "core" version that doesn't handle errors and warnings.

New Contributors