-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
P2HDR docs #7728
base: dev-2.0
Are you sure you want to change the base?
P2HDR docs #7728
Conversation
Looks like tests aren't passing, will look into it. |
* @typedef {unique symbol} P2D | ||
* The default, two-dimensional renderer in p5.js. | ||
* | ||
* Use this when calling {@link p5.createCanvas|createCanvas} (for example, |
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.
* @property {P2D} P2D | ||
* @final | ||
*/ | ||
export const P2D = 'p2d'; | ||
|
||
export const P2DHDR = 'p2d-hdr'; |
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.
I think you'll need to add this line back after your comment block to fix the tests -- looks like the error is that this constant is no longer defined.
Sure @davepagurek , sorry for the oversight. |
No worries! |
No description provided.