Spaces:
Build error
Build error
Update src/lib/libraries/extensions/index.jsx
Browse files
src/lib/libraries/extensions/index.jsx
CHANGED
@@ -199,6 +199,17 @@ const menuItems = [
|
|
199 |
description: 'Use facetracking in your projects!',
|
200 |
featured: true
|
201 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
202 |
{
|
203 |
name: (
|
204 |
<FormattedMessage
|
|
|
199 |
description: 'Use facetracking in your projects!',
|
200 |
featured: true
|
201 |
},
|
202 |
+
{
|
203 |
+
name: 'Handpose2scratch',
|
204 |
+
extensionId: 'handpose2scratch',
|
205 |
+
iconURL: 'https://raw.githubusercontent.com/champierre/handpose2scratch/master/scratch-gui/src/lib/libraries/extensions/handpose2scratch/handpose2scratch.png',
|
206 |
+
insetIconURL: 'https://raw.githubusercontent.com/champierre/handpose2scratch/master/scratch-gui/src/lib/libraries/extensions/handpose2scratch/handpose2scratch-small.png',
|
207 |
+
collaborator: 'champierre',
|
208 |
+
internetConnectionRequired: true,
|
209 |
+
tags: ['other_mods'],
|
210 |
+
description: 'Use handtracking in your projects!',
|
211 |
+
featured: true
|
212 |
+
},
|
213 |
{
|
214 |
name: (
|
215 |
<FormattedMessage
|