From 85852ad325c7e038851052cfe1a14f8ddf6969fa Mon Sep 17 00:00:00 2001 From: aryaminus Date: Thu, 27 Nov 2025 16:26:14 -0500 Subject: [PATCH 1/2] feat: export CactusImage from main index --- src/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.tsx b/src/index.tsx index 90fb864..8a0f6df 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1,5 +1,7 @@ // Classes export { CactusLM } from './classes/CactusLM'; +export { CactusImage } from './native/CactusImage'; + // Hooks export { useCactusLM } from './hooks/useCactusLM'; From 472727ac0981db3d5f6e959422f1ad059cf26b36 Mon Sep 17 00:00:00 2001 From: sunim Date: Thu, 27 Nov 2025 16:29:55 -0500 Subject: [PATCH 2/2] Update src/index.tsx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index 8a0f6df..978f02c 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -2,7 +2,6 @@ export { CactusLM } from './classes/CactusLM'; export { CactusImage } from './native/CactusImage'; - // Hooks export { useCactusLM } from './hooks/useCactusLM';