Spaces:
Build error
Build error
Update src/lib/libraries/extensions/index.jsx
Browse files
src/lib/libraries/extensions/index.jsx
CHANGED
@@ -324,6 +324,17 @@ const menuItems = [
|
|
324 |
description: 'Use handtracking in your projects!',
|
325 |
featured: true
|
326 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
327 |
{
|
328 |
name: (
|
329 |
<FormattedMessage
|
|
|
324 |
description: 'Use handtracking in your projects!',
|
325 |
featured: true
|
326 |
},
|
327 |
+
{
|
328 |
+
name: 'p5js',
|
329 |
+
extensionId: 'https://huggingface.co/datasets/soiz1/my-scratch-ai-extensions/raw/main/p5js.js',
|
330 |
+
iconURL: 'https://www.adacraft.org/studio/static/assets/48d03d1d2794e30b221465fc07da79f7.png',
|
331 |
+
insetIconURL: 'https://www.adacraft.org/studio/static/assets/ae362c23f226c3c27c295174205442fb.svg',
|
332 |
+
collaborator: 'adacraft',
|
333 |
+
internetConnectionRequired: true,
|
334 |
+
tags: ['other_mods'],
|
335 |
+
description: 'Some blocks that use the p5.js library.',
|
336 |
+
featured: true
|
337 |
+
},
|
338 |
{
|
339 |
name: (
|
340 |
<FormattedMessage
|