Accepts an image path and saves out an extruded version of the tileset to outputPath. It returns a Promise that resolves when the file has finished saving.
outputPath
tile width in pixels.
tile height in pixels.
the path to the tileset you want to extrude.
the path to output the extruded tileset image.
Optional
optional settings.
Accepts an image path and saves out an extruded version of the tileset to
outputPath
. It returns a Promise that resolves when the file has finished saving.