Skip to content
Snippets Groups Projects
Commit 67c1151c authored by Eric Rosenbaum's avatar Eric Rosenbaum
Browse files

Add Lego WeDo 2.0 extension to library

parent 12cc8429
No related branches found
No related tags found
No related merge requests found
import penImage from './pen.png';
import wedoImage from './wedo.png';
export default [
{
......@@ -7,5 +8,12 @@ export default [
iconURL: penImage,
description: 'Draw with your sprites.',
featured: true
},
{
name: 'Lego WeDo 2.0',
extensionURL: 'wedo2',
iconURL: wedoImage,
description: 'Build with motors and sensors.',
featured: true
}
];
src/lib/libraries/extensions/wedo.png

13.6 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment