chessground
1.0.0
Chessground是一个为 lichess.org 开发的免费开源国际象棋 UI。它针对现代浏览器以及使用 Cordova 的移动开发。
Chessground 根据GPL-3.0 许可证(或任何更高版本,由您选择)分发。当您在网站上使用 Chessground 时,您的组合作品只能在 GPL 下分发。您必须向网站的用户发布您的源代码。
请在 greendrake.info 上阅读有关 JavaScript 的 GPL 的更多信息。
Chessground 旨在满足 lichess.org 网络和移动应用程序的所有需求,因此功能非常强大。
npm install --save chessground
import { Chessground } from 'chessground' ;
const config = { } ;
const ground = Chessground ( document . body , config ) ;
更多的?请提出拉取请求以将其包含在此处。
安装构建依赖项:
pnpm install
构建节点模块:
pnpm run compile --watch
要构建独立的:
pnpm run dist