Ui
yfx
2026-03-13 df9471d1b47daa92b6227e7a907c93c1bc9d48c9
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;
};