Skip to content

Commit 812e81e

Browse files
Update p5.js to v2.0.3
1 parent 28e75da commit 812e81e

Some content is hidden

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

71 files changed

+725
-165
lines changed

public/reference/data.json

Lines changed: 352 additions & 88 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/reference/en/p5.Element/style.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ overloads:
130130
type: String
131131
- params:
132132
- name: property
133+
description: ''
133134
type: String
134135
- name: value
135136
description: value to assign to the property.

src/content/reference/en/p5.Element/value.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ overloads:
8484
type: String|Number
8585
- params:
8686
- name: value
87+
description: ''
8788
type: String|Number
8889
chainable: true
8990
---

src/content/reference/en/p5.Font/textToModel.mdx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -214,18 +214,6 @@ overloads:
214214
description: 'Configuration options for the 3D text:'
215215
optional: 1
216216
type: Object
217-
- name: options.extrude
218-
description: |-
219-
The depth to extrude the text. A value of 0 produces
220-
flat text; higher values create thicker, 3D models.
221-
optional: 1
222-
type: Number
223-
- name: options.sampleFactor
224-
description: |-
225-
A factor controlling the level of detail for the text contours.
226-
Higher values result in smoother curves.
227-
optional: 1
228-
type: Number
229217
return:
230218
description: A geometry object representing the 3D model of the text.
231219
type: p5.Geometry

src/content/reference/en/p5.Framebuffer/get.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,10 @@ overloads:
7070
type: p5.Image
7171
- params:
7272
- name: x
73+
description: ''
7374
type: Number
7475
- name: 'y'
76+
description: ''
7577
type: Number
7678
return:
7779
description: >-

0 commit comments

Comments
 (0)