# canvas-annotate
**Repository Path**: chaimhl/canvas-annotate
## Basic Information
- **Project Name**: canvas-annotate
- **Description**: 借助 canvas 实现在图片上添加批注的功能。
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-01-31
- **Last Updated**: 2025-02-22
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# bisect-image-to-files
[中文](#1) / [English](#2)
## 中文
借助 canvas 实现在图片上添加批注的功能。
### 使用
```typescript
const canvasAnnotate = new CanvasAnnotate('myCanvas', './dist/imgs/1.jpg')
```
## English
Use Canvas to add annotations to images.