
1. Construct a field
PlayDisplayer mounts an 11-player offensive formation into the slot you name. With no moves assigned, the Play Animationbutton is disabled — the library knows there's nothing to animate.
import { PlayDisplayer } from '@connorburns/playbook';
import '@connorburns/playbook/styles.css';
new PlayDisplayer({
size: 'large', // 'large' | 'xx-large'
parentId: 'field-slot', // id of a <div> in your HTML
});