-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds webp
mime type to saveCanvas
.
#7140
Adds webp
mime type to saveCanvas
.
#7140
Conversation
🎉 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! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great start @starzonmyarmz! Would you please also add 'wepb'
to the main reference text on line 165?
Thanks @nickmcintyre. Fixed in bec4f75. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me–thanks @starzonmyarmz!
Thank you both! |
I've put up a pull request to add @starzonmyarmz! 🎉 |
Updates source code to properly support
webp
format. Refs processing/p5.js-website#451.