#include "cell.h" #include #include #include "stb_image_common.h" IMAGE_DECODER(bmp) IMAGE_ENCODER(bmp) static const JSCFunctionListEntry js_bmp_funcs[] = { MIST_FUNC_DEF(bmp, decode, 1), MIST_FUNC_DEF(bmp, encode, 1) }; CELL_USE_FUNCS(js_bmp_funcs)