We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d848fd0 commit 4ab2467Copy full SHA for 4ab2467
src/extension-support/tw-default-extension-urls.js
@@ -9,7 +9,10 @@ const defaults = {
9
text: 'https://extensions.turbowarp.org/lab/text.js',
10
11
// Turboloader's AudioStream
12
- audiostr: 'https://extensions.turbowarp.org/turboloader/audiostream.js'
+ audiostr: 'https://extensions.turbowarp.org/turboloader/audiostream.js',
13
+
14
+ // https://scratch.mit.edu/discuss/topic/842592/
15
+ faceSensing: 'https://extensions.turbowarp.org/lab/face-sensing.js'
16
};
17
18
module.exports = defaults;
0 commit comments