Spaces:
Build error
Build error
Update src/lib/libraries/extensions/index.jsx
Browse files
src/lib/libraries/extensions/index.jsx
CHANGED
@@ -177,6 +177,27 @@ const IsLocal = String(window.location.href).startsWith(`http://localhost:`);
|
|
177 |
const IsLiveTests = urlParams.has('livetests');
|
178 |
|
179 |
const menuItems = [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
180 |
{
|
181 |
name: 'Posenet2Scratch',
|
182 |
extensionId: 'posenet2scratch',
|
|
|
177 |
const IsLiveTests = urlParams.has('livetests');
|
178 |
|
179 |
const menuItems = [
|
180 |
+
{
|
181 |
+
name: 'ML2Scratch',
|
182 |
+
extensionId: 'ml2scratch',
|
183 |
+
extensionURL: 'https://champierre.github.io/ml2scratch/ml2scratch.mjs',
|
184 |
+
collaborator: 'champierre',
|
185 |
+
iconURL: 'https://github.com/champierre/ml2scratch/raw/refs/heads/master/scratch-gui/src/lib/libraries/extensions/ml2scratch/ml2scratch.png',
|
186 |
+
insetIconURL: 'https://github.com/champierre/ml2scratch/raw/refs/heads/master/scratch-gui/src/lib/libraries/extensions/ml2scratch/ml2scratch-small.png',
|
187 |
+
description: (
|
188 |
+
<FormattedMessage
|
189 |
+
defaultMessage="ML2Scratch Blocks."
|
190 |
+
description="Description for ML2Scratch Blocks."
|
191 |
+
id="gui.extension.ml2scratch.description"
|
192 |
+
/>
|
193 |
+
),
|
194 |
+
featured: true,
|
195 |
+
disabled: false,
|
196 |
+
bluetoothRequired: false,
|
197 |
+
internetConnectionRequired: true,
|
198 |
+
helpLink: 'https://github.com/champierre/ml2scratch/',
|
199 |
+
translationMap: translationMap
|
200 |
+
},
|
201 |
{
|
202 |
name: 'Posenet2Scratch',
|
203 |
extensionId: 'posenet2scratch',
|