cm-chessboard 7.3.13 → 7.3.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -12,8 +12,7 @@
|
|
|
12
12
|
<body>
|
|
13
13
|
<h1><a href="../">cm-chessboard</a></h1>
|
|
14
14
|
<h2>Example: Input enabled with move validation and promotion dialog</h2>
|
|
15
|
-
<p>Input enabled for white. <a href="https://github.com/
|
|
16
|
-
with random moves.</p>
|
|
15
|
+
<p>Input enabled for white. <a href="https://github.com/jhlywa/chess.js">chess.js</a> does the validation and answers with random moves.</p>
|
|
17
16
|
<div class="board board-large" id="board"></div>
|
|
18
17
|
<div id="output"></div>
|
|
19
18
|
|