p5.js
p5.js copied to clipboard
Implement mirrored video feature for createCapture (#6441)
Resolves #6441
Changes:
- Added a new feature to create a flipped video using
createCapture. - Modified the
createCapturefunction to accept a boolean parameter for flipping the video.
Screenshots of the change:
PR Checklist
- [x]
npm run lintpasses - [ ] [Inline documentation] is included / updated
- [ ] [Unit tests] are included / updated
🎉 Thanks for opening this pull request! Please check out our contributing guidelines if you haven't already. And be sure to add yourself to the list of contributors on the readme page!