5#include <emscripten/console.h>
9#include "third_party/skia/include/core/SkData.h"
14 emscripten_console_warn(
15 "Animated image not implemented in non-heavy skwasm build.");
20 emscripten_console_warn(
21 "Animated image not implemented in non-heavy skwasm build.");
25 emscripten_console_warn(
26 "Animated image not implemented in non-heavy skwasm build.");
31 emscripten_console_warn(
32 "Animated image not implemented in non-heavy skwasm build.");
38 emscripten_console_warn(
39 "Animated image not implemented in non-heavy skwasm build.");
44 emscripten_console_warn(
45 "Animated image not implemented in non-heavy skwasm build.");
49 emscripten_console_warn(
50 "Animated image not implemented in non-heavy skwasm build.");
SKWASM_EXPORT void animatedImage_decodeNextFrame(void *image)
SKWASM_EXPORT int animatedImage_getCurrentFrameDurationMilliseconds(void *image)
SKWASM_EXPORT void * animatedImage_getCurrentFrame(void *image)
SKWASM_EXPORT void animatedImage_dispose(void *image)
SKWASM_EXPORT int animatedImage_getFrameCount(void *image)
SKWASM_EXPORT void * animatedImage_create(SkData *data, int target_width, int target_height)
SKWASM_EXPORT int animatedImage_getRepetitionCount(void *image)
FlutterVulkanImage * image