Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/modernpoacher/shinkansen-pantograph
Pantograph for Zashiki Karakuri
https://github.com/modernpoacher/shinkansen-pantograph
Last synced: 7 days ago
JSON representation
Pantograph for Zashiki Karakuri
- Host: GitHub
- URL: https://github.com/modernpoacher/shinkansen-pantograph
- Owner: modernpoacher
- Created: 2019-09-06T17:28:13.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-14T03:18:26.000Z (7 months ago)
- Last Synced: 2024-04-14T10:16:05.534Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.18 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## `shinkansen-pantograph`
# Pantograph
*Pantograph* implements *React* + *Redux* + *React Router* navigation behaviour for *Zashiki Karakuri*.
## Usage
```javascript
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.
```javascript
export class Pantograph {
static ALPHA
static OMEGA
static EMBARK
static DEBARK
static CONFIRM
static graphite () { }
}
```## See also
- [Gears](https://github.com/modernpoacher/shinkansen-gears)