Skip to content

Commit a39b9e3

Browse files
authored
Merge branch 'dev-2.0' into fix/update-storage-swizzle
2 parents 77bd69d + 9498619 commit a39b9e3

61 files changed

Lines changed: 0 additions & 91 deletions

Some content is hidden

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

contributor_docs/contributing_to_the_p5js_reference.md

Lines changed: 0 additions & 15 deletions

src/accessibility/color_namer.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
* @module Environment
33
* @submodule Environment
44
* @for p5
5-
* @requires core
65
*/
76

87
import color_conversion from '../color/color_conversion';

src/accessibility/describe.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
* @module Environment
33
* @submodule Environment
44
* @for p5
5-
* @requires core
65
*/
76

87
function describe(p5, fn){

src/accessibility/gridOutput.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
* @module Environment
33
* @submodule Environment
44
* @for p5
5-
* @requires core
65
*/
76

87
function gridOutput(p5, fn){

src/accessibility/outputs.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
* @module Environment
33
* @submodule Environment
44
* @for p5
5-
* @requires core
65
*/
76

87
function outputs(p5, fn){

src/accessibility/textOutput.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
* @module Environment
33
* @submodule Environment
44
* @for p5
5-
* @requires core
65
*/
76

87
function textOutput(p5, fn){

src/color/color_conversion.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
* @module Color
33
* @submodule Color Conversion
44
* @for p5
5-
* @requires core
65
*/
76

87
/**

src/color/creating_reading.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
* @module Color
33
* @submodule Creating & Reading
44
* @for p5
5-
* @requires core
6-
* @requires constants
75
*/
86

97
import { Color } from './p5.Color';

src/color/p5.Color.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
* @module Color
33
* @submodule Creating & Reading
44
* @for p5
5-
* @requires core
6-
* @requires color_conversion
75
*/
86

97
import { RGB, RGBHDR, HSL, HSB, HWB, LAB, LCH, OKLAB, OKLCH } from './creating_reading';

src/color/setting.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
* @module Color
33
* @submodule Setting
44
* @for p5
5-
* @requires core
6-
* @requires constants
75
*/
86

97
import * as constants from '../core/constants';

0 commit comments

Comments
 (0)