#ifndef ESMBOT_NATIVES_CROP_H_ #define ESMBOT_NATIVES_CROP_H_ #include Napi::Value Crop(const Napi::CallbackInfo& info); #endif