lichess-org / chessground

Mobile/Web chess UI for lichess.org
https://lichess.org
GNU General Public License v3.0
1.04k stars 261 forks source link

Drawing text labels on top of chessground #76

Closed jaxony closed 6 years ago

jaxony commented 6 years ago

Hi @ornicar, thanks for the amazing work on chessground! I'm making a chess-teaching app. Is there an easy way to add text labels (e.g. chess hints) next to specific chess pieces in chessground? Some very brief pointers on how this might be done would be greatly appreciated :-)

ornicar commented 6 years ago

You can either do it yourself from outside chessground, with absolute positioning, or fork chessground to add that logic.