在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):lichess-org/chessground开源软件地址(OpenSource Url):https://github.com/lichess-org/chessground开源编程语言(OpenSource Language):TypeScript 92.6%开源软件介绍(OpenSource Introduction):ChessgroundChessground is a free/libre open source chess UI developed for lichess.org. It targets modern browsers, as well as mobile development using Cordova. LicenseChessground is distributed under the GPL-3.0 license (or any later version, at your option). When you use Chessground 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. DemosFeaturesChessground is designed to fulfill all lichess.org web and mobile apps needs, so it is pretty featureful.
Installationnpm install --save chessground Usageimport { Chessground } from 'chessground';
const config = {};
const ground = Chessground(document.body, config); Wrappers
More? Please make a pull request to include it here. DocumentationDevelopmentInstall build dependencies: yarn install To build the node module: yarn run compile -- --watch To build the standalone: yarn run dist -- --watch |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论