Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

shogiboardjsx

wirelineio41MIT0.2.2TypeScript support: included

Shogiboardjsx is a shogiboard for React. Inspired by Chessboardjsx

react, shogi, shogiboard

readme

shogiboardjsx

Installation

npm install --save shogiboardjsx

The package also depends on React. Make sure you have that installed as well.

Usage

import React from 'react';
import ReactDOM from 'react-dom';

import Shogiboard from 'shogiboardjsx';

ReactDOM.render(<Shogiboard position="start" />, document.getElementById('root'));