We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47d92fc commit 51f2924Copy full SHA for 51f2924
libheif/api/libheif/heif_emscripten.h
@@ -12,6 +12,7 @@
12
#include <cassert>
13
14
#include "heif.h"
15
+#include "heif_items.h"
16
17
static std::string _heif_get_version()
18
{
@@ -314,6 +315,7 @@ EMSCRIPTEN_BINDINGS(libheif) {
314
315
EXPORT_HEIF_FUNCTION(heif_image_handle_get_height);
316
EXPORT_HEIF_FUNCTION(heif_image_handle_is_primary_image);
317
EXPORT_HEIF_FUNCTION(heif_image_release);
318
+ EXPORT_HEIF_FUNCTION(heif_context_get_number_of_items);
319
320
emscripten::enum_<heif_error_code>("heif_error_code")
321
.value("heif_error_Ok", heif_error_Ok)
0 commit comments