cm-chessboard 8.12.6 → 8.12.7
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.
- package/README.md +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -289,6 +289,10 @@ chessboard-sprite-staunty.svg) and a sprite of the
|
|
|
289
289
|
Sprites must be 40x40px in size where the piece elements must have ids like
|
|
290
290
|
"bp" (black pawn) or "wq" (white queen). Just open the sprite in a text editor, SVG is readable like HTML.
|
|
291
291
|
|
|
292
|
+
### More piece sets
|
|
293
|
+
|
|
294
|
+
[piece-packager](https://github.com/deverac/piece-packager) by @deverac ships 80+ prepackaged piece sets ready to drop into `assets/pieces/`, plus a tool to bundle your own 12 individual piece files (SVG or PNG) into a cm-chessboard-compatible sprite.
|
|
295
|
+
|
|
292
296
|
## Extensions
|
|
293
297
|
|
|
294
298
|
cm-chessboard provides the ability to extend its functionality with extensions. Extensions extend the class `Extension`
|