L
LocalMode-AI
/
LocalMode
/
lib
Files
Code
Info
Browser utilities
ui/lib/browser-utils
Dependency-free browser helpers shared by LocalMode UI components: formatBytes, validateFile, readFileAsDataUrl, downloadBlob, the useObjectUrl hook, and the image/canvas ops getImageDimensions, applyMaskToImage, imageResultToDataUrl, downloadDataUrl plus the pure compositeMaskAlpha kernel. No AI, no @localmode dependency — so the components that use them install and compile in any React app.
Environment hooks
ui/lib/use-environment
Dependency-free React hooks for browser/device capability detection, storage quota, and online/offline status (useCapabilities, useStorageQuota, useNetworkStatus). Read navigator only — no AI, no @localmode dependency — so the environment-aware components install and compile in any React app.
cn() utility
ui/lib/utils
The class-name merge helper (clsx + tailwind-merge) shared by all LocalMode UI components.
Select a component to view its code
Click on any item in the sidebar to get started
Select a component to view its information
Browser utilities
ui/lib/browser-utils
Dependency-free browser helpers shared by LocalMode UI components: formatBytes, validateFile, readFileAsDataUrl, downloadBlob, the useObjectUrl hook, and the image/canvas ops getImageDimensions, applyMaskToImage, imageResultToDataUrl, downloadDataUrl plus the pure compositeMaskAlpha kernel. No AI, no @localmode dependency — so the components that use them install and compile in any React app.
Environment hooks
ui/lib/use-environment
Dependency-free React hooks for browser/device capability detection, storage quota, and online/offline status (useCapabilities, useStorageQuota, useNetworkStatus). Read navigator only — no AI, no @localmode dependency — so the environment-aware components install and compile in any React app.
cn() utility
ui/lib/utils
The class-name merge helper (clsx + tailwind-merge) shared by all LocalMode UI components.
Select a component to view its code
Click on any item in the sidebar to get started
Select a component to view its information