shinkansen-pantograph

Shinkansen Pantograph

Usage no npm install needed!

<script type="module">
  import shinkansenPantograph from 'https://cdn.skypack.dev/shinkansen-pantograph';
</script>

README

shinkansen-pantograph

Shinkansen Pantograph

Pantograph implements React + Redux + React Router navigation behaviour for Zashiki Karakuri.

Usage

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 () { }
}

See also