# ai **Repository Path**: ichiva_admin/ai ## Basic Information - **Project Name**: ai - **Description**: AI绘图应用项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-15 - **Last Updated**: 2025-11-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ai #### 介绍 AI绘图应用项目 A powerful web-based canvas drawing application with advanced touch interaction capabilities. ## Features - **Advanced Drawing Tools**: Supports both mouse and touch drawing - **Two-Finger Gestures**: - Pinch to zoom in/out of canvas - Pan to navigate around the canvas - **Fullscreen Mode**: Toggle fullscreen view for immersive drawing experience - **Responsive Design**: Works on both desktop and mobile devices ## Getting Started 1. Navigate to the project directory 2. Run the server script: ``` python start_server.py ``` 3. Open your browser and visit http://localhost:8000/ ## Project Structure - `index.html`: Main application page - `styles.css`: Styling for the application - `script.js`: Core functionality including drawing and touch interactions - `start_server.py`: Simple Python server to serve the application ## Usage Tips - Click "开始使用" to enter drawing mode - Use two fingers to zoom in/out and pan the canvas - Click the fullscreen button in the top-left corner to toggle fullscreen mode ## License MIT