mrmBot-Matrix/natives/jpeg.h

5 lines
83 B
C

#pragma once
#include <napi.h>
Napi::Value Jpeg(const Napi::CallbackInfo& info);