- Add dynamic resizing for game icons and banners
GET api.nlib.cc/nx/[tid]/icon/[width]/[height]
Returns the game icon. If width
and height
are not specified, the default size of 1024x1024 JPEG is returned.
GET api.nlib.cc/nx/[tid]/banner/[width]/[height]
Returns the game banner. Supported sizes are 1920x1080 and 1280x720. You can also use /banner/720p
or /banner/1080p
. If neither width
nor height
is specified, the default size of 1920x1080 JPEG is returned.
Full Changelog: v1.0.1...v1.1.0