Create app
Optional
using app = await createApp();using dc = app.collector();using fixation = app.text('+', { duration: 500 });using guide = app.text('Welcome to the task!', { close_on: 'key: ' }); Copy
using app = await createApp();using dc = app.collector();using fixation = app.text('+', { duration: 500 });using guide = app.text('Welcome to the task!', { close_on: 'key: ' });
App
Create app