lin
2026-05-14 9b1888cbf29f1b841f393957e068b45363c6b51c
1
2
3
4
5
6
7
8
#include <napi.h>
 
struct InstanceData {
  Napi::FunctionReference ImageBackendCtor;
  Napi::FunctionReference PdfBackendCtor;
  Napi::FunctionReference SvgBackendCtor;
  Napi::FunctionReference CanvasCtor;
};