Skip to content

ImageFormat

ImageFormat = "jpeg" | "png" | "webp"

Defined in: src/typedefs.ts:50

In order to support webp on node canvas a workaround is needed and is shared here: https://github.com/Automattic/node-canvas/issues/1258