Pantograph implements React + Redux + React Router navigation behaviour for Zashiki Karakuri.
import {
Pantograph
} from 'shinkansen-pantograph'
Pantograph exposes constants to be used by Redux actions and reducers, and the method graphite
to raise React Router navigation events in middleware.
export class Pantograph {
static ALPHA
static OMEGA
static EMBARK
static DEBARK
static CONFIRM
static graphite () { }
}