Replies: 1 comment 3 replies
-
Hi 👋 ! It's possible, the parsing is not done directly by this app but by chess.js using the PGN format: metrics/source/plugins/community/chess/index.mjs Lines 35 to 37 in 2ca1f47 But the render is only done by extracting start and end position so it may be a bit wonky if it's not send back correctly or the resulting move has not the same structure. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Since some variants allow moves which are not allowed in standard chess, they seem to cause errors while rendering the animation.
Beta Was this translation helpful? Give feedback.
All reactions