An interactive baseball field by reactjs.
npm install baseball-field-componentThis is a react component used to draw and react fielders and runners on baseball field.
number (unit: px)boolean type is provided with default true value:object type with button HTMLElement, its onclick event will be rewrite as reseting fielders position.object type is composed by { pos: RUNNER_POSITION (1~4), runto (optional): FINAL_POSITION (1~x) }func type, it will be called with an object type argument after any fielders is moved. The argument will be passed as { pos: FIELDER_POSITION (1~9), x: X_AXIS, y:Y_AXIS }.In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3001 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Builds the app for production to the example/dist folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The transpiled files will be created into dist folder.
It will deploy the app into remote server gh-pages branch.