Update src/extension-support/extension-manager.js
Browse files
src/extension-support/extension-manager.js
CHANGED
|
@@ -26,6 +26,7 @@ async function sha256(source) {
|
|
| 26 |
// TODO: change extension spec so that library info, including extension ID, can be collected through static methods
|
| 27 |
|
| 28 |
const defaultBuiltinExtensions = {
|
|
|
|
| 29 |
ml2scratch: () => require('../extensions/scratch3_ml2scratch'),
|
| 30 |
facemesh2scratch: () => require("../extensions/scratch3_facemesh2scratch"),
|
| 31 |
handpose2scratch: () => require("../extensions/scratch3_handpose2scratch"),
|
|
|
|
| 26 |
// TODO: change extension spec so that library info, including extension ID, can be collected through static methods
|
| 27 |
|
| 28 |
const defaultBuiltinExtensions = {
|
| 29 |
+
hypercomplexNumbers: () => require('../extensions/hypercomplex-numbers'),
|
| 30 |
ml2scratch: () => require('../extensions/scratch3_ml2scratch'),
|
| 31 |
facemesh2scratch: () => require("../extensions/scratch3_facemesh2scratch"),
|
| 32 |
handpose2scratch: () => require("../extensions/scratch3_handpose2scratch"),
|