You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While createImage correctly states that it returns p5.Image and links to the proper page, the p5.MediaElement creators link to Element, giving a false understanding that there are not extra methods to MediaElement.
I understand the links are not technically wrong per se, but they are more helpful if they link to the more specific p5.MediaElement instead of p5.Element.
The text was updated successfully, but these errors were encountered:
Welcome! 👋 Thanks for opening your first issue here! And to ensure the community is able to respond to your issue, be sure to follow the issue template if you haven't already.
Most appropriate sub-area of p5.js?
Documentation
Details about the bug:
While createImage correctly states that it returns p5.Image and links to the proper page, the p5.MediaElement creators link to Element, giving a false understanding that there are not extra methods to MediaElement.
The createImage return documentation is here:
The wrong links are here:
I understand the links are not technically wrong per se, but they are more helpful if they link to the more specific p5.MediaElement instead of p5.Element.
The text was updated successfully, but these errors were encountered: