@echecs/game - v2.0.2
    Preparing search index...

    Interface Piece

    A chess piece — color and type.

    interface Piece {
        color: Color;
        type: PieceType;
    }
    Index

    Properties

    Properties

    color: Color

    The piece's color.

    type: PieceType

    The piece's type.