5072c6ea10
* &togif command * use libvips not magick * include libvips build dir in gitignore
5 lines
84 B
C
5 lines
84 B
C
#pragma once
|
|
|
|
#include <napi.h>
|
|
|
|
Napi::Value ToGif(const Napi::CallbackInfo& info);
|