2.0.1 • Published 6 years ago

lightmill-app v2.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

LightMill App

LightMill App provides basic standard views common in many user experiments:

  • wait(node): Shows a waiting wheel.
  • blockInit(node, blockInfo): Shows a block initialization view, stating if it is a practice block or a measured block, and displaying potential block factor values.
  • end(node)
  • crash(node, message, error, run): Shows an error view.

Each views can be rendered directly by calling the corresponding function.

Additionally, the main export is also a constructor that can be extended to create an application that implements all the above handlers. Provided that the subclass implements the runTrial handler, it can be directly used with lightmill-runner.

2.0.1

6 years ago

2.0.0

7 years ago

2.0.0-1

7 years ago

2.0.0-0

7 years ago