lin
2026-04-20 c037601ff06f2dd0a0359f7715521bc991834939
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;
};