Newer
Older
import penImage from './pen.png';
import videoImage from './video-sensing.png';
Andrew Sliwinski
committed
import speechImage from './speech.png';
import microbitImage from './microbit.png';
import wedoImage from './wedo.png';
Andrew Sliwinski
committed
import ev3Image from './ev3.png';
import boostImage from './boost.png';
{
name: 'Music',
extensionURL: 'music',
iconURL: musicImage,
description: 'Play instruments and drums.',
featured: true
},
{
name: 'Pen',
extensionURL: 'pen',
iconURL: penImage,
description: 'Draw with your sprites.',
featured: true
},
Andrew Sliwinski
committed
name: 'Video Motion',
extensionURL: 'videoSensing',
iconURL: videoImage,
description: 'Detect motion with the camera.',
featured: true
},
Andrew Sliwinski
committed
{
name: 'Speech Recognition',
extensionURL: '',
iconURL: speechImage,
description: 'Talk to your projects.',
featured: true,
disabled: true
},
{
name: 'Micro:bit',
extensionURL: '',
iconURL: microbitImage,
description: 'Connect your projects with the physical world.',
featured: true,
disabled: true
},
{
name: 'LEGO WeDo 2.0',
extensionURL: '',
iconURL: wedoImage,
description: 'Build with motors and sensors.',
featured: true,
disabled: true
},
{
name: 'LEGO MINDSTORMS EV3',
extensionURL: '',
Andrew Sliwinski
committed
iconURL: ev3Image,
description: 'Build interactive robots and more.',
featured: true,
disabled: true
},
{
name: 'LEGO Boost',
extensionURL: '',
iconURL: boostImage,
Andrew Sliwinski
committed
description: 'Build with motors and sensors.',
featured: true,
disabled: true