psytask - v1.1.1
    Preparing search index...

    Function createApp

    • Create app

      Parameters

      • Optionaloptions: { root: Element; framesCount: number }

      Returns Promise<App>

      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