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.
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 passingfenattribute.I would love to have a list of all supported attributes in SDK mode.