Skip to content

@remotion/effects: Add white noise effect - #7823

Merged
JonnyBurger merged 4 commits into
mainfrom
jonnyburger/white-noise-effect
May 30, 2026
Merged

@remotion/effects: Add white noise effect#7823
JonnyBurger merged 4 commits into
mainfrom
jonnyburger/white-noise-effect

Conversation

@JonnyBurger

Copy link
Copy Markdown
Member

Summary

  • Add whiteNoise() to @remotion/effects as a WebGL2 canvas effect.
  • Register the subpath export, bundle entry, tests, docs page, interactive demo, and preview assets.
  • Closes @remotion/effects: White noise #7819.

Checks

  • cd packages/effects && bun test src/test
  • bun run build
  • bun run formatting

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@vercel

vercel Bot commented May 30, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
bugs Ready Ready Preview, Comment May 30, 2026 7:19am
remotion Ready Ready Preview, Comment May 30, 2026 7:19am

Request Review

@pullfrog pullfrog Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ No new issues found.

Reviewed changes — PR adds a new whiteNoise() canvas effect to @remotion/effects as a WebGL2-backed grayscale noise layer, along with its subpath export, tests, documentation, interactive demo, and preview assets.

  • Add whiteNoise() effect — WebGL2 fragment shader blending a random grayscale noise layer over the source, preserving the alpha mask via unpremultiplied mixing
  • Register package exports and bundle entry — subpath export in package.json, typesVersions, and bundle.ts
  • Add tests — default params, finite validation, range guards for amount, and distinct effectKey coverage
  • Add docs and demo — MDX docs page, sidebar entry, table-of-contents card, interactive <Demo> component, and preview still

Pullfrog  | View workflow run | Using Kimi K2𝕏

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@JonnyBurger
JonnyBurger merged commit 43b05df into main May 30, 2026
16 checks passed
@JonnyBurger
JonnyBurger deleted the jonnyburger/white-noise-effect branch May 30, 2026 07:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

@remotion/effects: White noise

1 participant