Text stimulus component for displaying styled text content
using textScene = app.scene(TextStim, { defaultProps: { children: 'Hello, World!', color: 'blue', 'font-size': '24px', 'font-weight': 'bold', },});await textScene.show(); Copy
using textScene = app.scene(TextStim, { defaultProps: { children: 'Hello, World!', color: 'blue', 'font-size': '24px', 'font-weight': 'bold', },});await textScene.show();
Text stimulus component for displaying styled text content