Skip to content

Commit 5a6de3d

Browse files
Update p5.js to v1.11.10
1 parent 087d3f5 commit 5a6de3d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+172
-154
lines changed

public/reference/data.json

Lines changed: 36 additions & 36 deletions
Large diffs are not rendered by default.

public/search-indices/en.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

public/search-indices/es.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

public/search-indices/hi.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

public/search-indices/ko.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

public/search-indices/zh-Hans.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/content/contributor-docs/en/fes_contribution_guide.mdx

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ description: >
77
---
88
{/* An overview of the Friendly Error System codebase and a reference for developers. */}
99

10-
import { Image } from 'astro:assets';
11-
import fesDiagram from '../images/fes.svg';
10+
1211

1312
The `core/friendly_errors` folder contains the code for the p5js’ Friendly Error Systems (FES) responsible for generating Friendly Error messages or Friendly Errors. You may have seen Friendly Error messages starting with “`🌸 p5.js says:`” in your console, supplementing default, browser-generated error messages.
1413

@@ -27,11 +26,7 @@ The main functions for generating the Friendly Error messages are:
2726

2827
Here is a diagram that outlines the location of all functions in FES and how they connect to others:
2928

30-
<Image
31-
src={fesDiagram}
32-
alt="A diagram of the files used in FES and their uses"
33-
class="invert-in-dark"
34-
/>
29+
![A diagram of the files used in FES and their uses](src/content/contributor-docs/images/fes.svg)
3530

3631
Individual files contain the following main FES functions:
3732

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
name: Abu Harish Faridi
2+
url: https://github.com/abuharish02
3+
category: contributor

src/content/people/en/ac.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
name: AC
2+
url: http://acgillette.net
3+
category: contributor
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
name: Darren Shaw
2+
url: https://darrenshaw.org
3+
category: contributor

0 commit comments

Comments
 (0)