Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 710 Bytes

readme-template.md

File metadata and controls

35 lines (21 loc) · 710 Bytes

my-plugin-name plugin OR my-extension-name extension

Overview

A short description of the plugin or extension.

Loading

In browser

<script src="https://unpkg.com/@jspsych-contrib/[email protected]">

Via NPM

npm install @jspsych-contrib/my-package-name
import jsPsychPluginName from '@jspsych-contrib/my-package-name';

Compatibility

Please state which jsPsych version your plugin was developed for use with: "jsPsych v7.x.x" or "jsPsych v6.x.x" (give specific version).

Documentation

Link to documentation file in /docs folder, or add documentation to the readme.

Author / Citation

Any author or citation info that you would like to include.