6 lines
84 B
C
6 lines
84 B
C
|
#pragma once
|
||
|
|
||
|
#include <napi.h>
|
||
|
|
||
|
Napi::Value ToGif(const Napi::CallbackInfo& info);
|