Skip to content

Commit 3616de0

Browse files
authored
Update p5 version to 2.0.4 (#275)
1 parent 10a9ba8 commit 3616de0

File tree

47 files changed

+47
-47
lines changed

Some content is hidden

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

47 files changed

+47
-47
lines changed

examples/bodyPose-blazePose-keypoints-p5-2.0/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<head>
1111
<meta charset="UTF-8" />
1212
<title>ml5.js bodyPose BlazePose Detection Example</title>
13-
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/lib/p5.js"></script>
13+
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/lib/p5.js"></script>
1414
<script src="../../dist/ml5.js"></script>
1515
</head>
1616

examples/bodyPose-blazePose-skeleton-p5-2.0/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<head>
1111
<meta charset="UTF-8" />
1212
<title>ml5.js bodyPose BlazePose Skeleton Example</title>
13-
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/lib/p5.js"></script>
13+
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/lib/p5.js"></script>
1414
<script src="../../dist/ml5.js"></script>
1515
</head>
1616

examples/bodyPose-keypoints-p5-2.0/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<head>
1111
<meta charset="UTF-8" />
1212
<title>ml5.js bodyPose Detection Example</title>
13-
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/lib/p5.js"></script>
13+
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/lib/p5.js"></script>
1414
<script src="../../dist/ml5.js"></script>
1515
</head>
1616

examples/bodyPose-skeletal-connections-p5-2.0/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<head>
1111
<meta charset="UTF-8" />
1212
<title>ml5.js bodyPose Skeleton Example</title>
13-
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/lib/p5.js"></script>
13+
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/lib/p5.js"></script>
1414
<script src="../../dist/ml5.js"></script>
1515
</head>
1616

examples/bodySegmentation-mask-background-p5-2.0/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
1414
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
1515
<title>ml5.js bodySegmentation Mask Background Example</title>
16-
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/lib/p5.js"></script>
16+
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/lib/p5.js"></script>
1717
<script src="../../dist/ml5.js"></script>
1818
</head>
1919
<body>

examples/bodySegmentation-mask-body-parts-p5-2.0/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
1414
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
1515
<title>ml5.js bodySegmentation Parts Example</title>
16-
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/lib/p5.js"></script>
16+
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/lib/p5.js"></script>
1717
<script src="../../dist/ml5.js"></script>
1818
</head>
1919
<body>

examples/bodySegmentation-mask-person-p5-2.0/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
1414
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
1515
<title>ml5.js bodySegmentation Mask Person Example</title>
16-
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/lib/p5.js"></script>
16+
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/lib/p5.js"></script>
1717
<script src="../../dist/ml5.js"></script>
1818
</head>
1919
<body>

examples/bodySegmentation-select-body-parts-p5-2.0/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
1414
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
1515
<title>ml5.js bodySegmentation Parts Example</title>
16-
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/lib/p5.js"></script>
16+
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/lib/p5.js"></script>
1717
<script src="../../dist/ml5.js"></script>
1818
</head>
1919
<body>

examples/depthEstimation-mask-background-p5-2.0/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<title>ml5.js depthEstimation Webcam Example</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/lib/p5.js"></script>
7+
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/lib/p5.js"></script>
88
<script src="../../dist/ml5.js"></script>
99
</head>
1010

examples/depthEstimation-mask-background/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<title>ml5.js depthEstimation Webcam Example</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.9.4/p5.min.js"></script>
7+
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.11.9/p5.min.js"></script>
88
<script src="../../dist/ml5.js"></script>
99
</head>
1010

0 commit comments

Comments
 (0)