Last
Some checks are pending
Deploy Volleyball CMS / deploy (push) Waiting to run

This commit is contained in:
2025-06-02 18:56:22 +02:00
parent 8f62885a45
commit 33181acf83
1443 changed files with 286102 additions and 12 deletions

9
node_modules/canvas/src/Backends.h generated vendored Normal file
View File

@@ -0,0 +1,9 @@
#pragma once
#include "backend/Backend.h"
#include <napi.h>
class Backends : public Napi::ObjectWrap<Backends> {
public:
static void Initialize(Napi::Env env, Napi::Object exports);
};