1.3.1 • Published 5 months ago

chessfield v1.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Chessfield

Chessfield views

Chessfield is a free/libre open source chess 3d board.

License

Chessfield is distributed under the GPL-3.0 license (or any later version, at your option). When you use Chessfield for your website, your combined work may be distributed only under the GPL. You must release your source code to the users of your website.

Please read more about GPL for JavaScript on greendrake.info.

Demos

Features

Chessfield is designed to be a 3d chess viewer.

  • Common configuration options with Chessground
  • Well typed with TypeScript
  • WebGL powered by Three.js
  • Zoom and rotate around the board to see games in a any angle
  • Display FEN and highlight squares of the last move

Installation

npm install --save chessfield

Usage

import { Chessfield } from 'chessfield';

const config = {};
const field = Chessfield(document.body, config);

Documentation

Development

Install build dependencies:

pnpm install

To build the node module:

pnpm run dev

To build the standalone:

pnpm run dist

Chess set

Wooden chess set by Ali Qolami

1.2.0

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago

1.3.1

5 months ago

1.3.0

5 months ago

0.0.1

5 months ago

0.0.0

5 months ago