You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can we request a custom sized board image using the SDK, I've noticed that using screens with different pixel density changes image quality but could not find a way to do it by passing some parameters or attributes.
Here, I am using the SDK on NextJs and rendering a board on an <img> component by passing fen attribute.
I would love to have a list of all supported attributes in SDK mode.
The text was updated successfully, but these errors were encountered:
For the moment FEN Tool only supports a fixed list of image dimensions. Can you be more specific about what you're trying to accomplish (with some screenshots perhaps)?
How can we request a custom sized board image using the SDK, I've noticed that using screens with different pixel density changes image quality but could not find a way to do it by passing some parameters or attributes.
Here, I am using the SDK on NextJs and rendering a board on an
<img>
component by passingfen
attribute.I would love to have a list of all supported attributes in SDK mode.
The text was updated successfully, but these errors were encountered: