mrmBot-Matrix/natives/togif.h
bjcscat 5072c6ea10
&togif command (libvips version) (#286)
* &togif command

* use libvips not magick

* include libvips build dir in gitignore
2022-06-25 12:40:52 -05:00

6 lines
84 B
C

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