Skip to content

Feat: Add describe() to default sketch to encourage accessibility#3985

Open
yugalkaushik wants to merge 2 commits intoprocessing:developfrom
yugalkaushik:feat-describe
Open

Feat: Add describe() to default sketch to encourage accessibility#3985
yugalkaushik wants to merge 2 commits intoprocessing:developfrom
yugalkaushik:feat-describe

Conversation

@yugalkaushik
Copy link
Contributor

@yugalkaushik yugalkaushik commented Mar 9, 2026

Issue:

Closes #3081

Suggestions taken from #3380

Adds describe() to the default sketch template to encourage users to make their p5.js sketches accessible from the start.

image

I have verified that this pull request:

  • has no linting errors (npm run lint)
  • has no test errors (npm run test)
  • has no typecheck errors (npm run typecheck)
  • is from a uniquely-named feature branch and is up to date with the develop branch.
  • is descriptively named and links to an issue number, i.e. Fixes #123
  • meets the standards outlined in the accessibility guidelines

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.

Adding describe() as default function to increase accessibility

1 participant