react-native-ai-canvas
v0.0.1
Published
A fully functional, AI-powered canvas editor for React Native (Expo compatible).
Readme
react-native-ai-canvas
A fully functional, AI-powered canvas editor for React Native (Expo compatible).
Features
- Skia-based canvas (drawing, shapes, text, images)
- Gesture support (draw, move, select)
- Layer/object management
- Toolbar UI (color, undo, clear, AI actions)
- Export/import (image, JSON)
- AI OCR (text recognition)
- AI image tagging
- AI background removal
Installation
npm install react-native-ai-canvasUsage
import { CanvasEditor } from 'react-native-ai-canvas';
export default function App() {
return <CanvasEditor />;
}AI Features
- All AI features are modular and can be connected to your own API endpoints.
- Demo uses mocked AI results for OCR, tagging, and background removal.
Example
See the example/ folder for a working Expo app.
License
MIT
