draw method

dynamic draw(
  1. int width,
  2. int height,
  3. List<File> imageFiles
)

Draws an NFT.

Implementation

draw(int width, int height, List<File> imageFiles) {
  throw 'Not implemented!';
}