react-native-mask-segment-c.../docs/i18n/zh-CN/docusaurus-plugin-content-docs/current/dependencies.md
a1518 bea6de3767 Add Docusaurus documentation site with i18n support
- Docusaurus 3.7.0 with both English and Chinese (zh-CN) locales
- Full API reference split into structured pages
- Homepage with hero, feature cards, and quick start section
- GitHub Actions workflow for auto-deployment to GitHub Pages

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-02 23:25:56 -07:00

18 lines
557 B
Markdown

---
id: dependencies
title: 依赖项
---
# 📚 依赖项
| 包 | 用途 |
| --- | --- |
| `@shopify/react-native-skia` | Canvas 渲染、Path、虚线描边、Blend 合成 |
| `react-native-fast-opencv` | 遮罩形态学、轮廓处理 |
| `react-native-fs` | 图层缓存、PNG 保存 |
| `react-native-image-picker` | Demo 相册选择器(可选) |
| `react-native-reanimated` | Skia 动画依赖 |
| `react-native-safe-area-context` | 安全区域边距(可选) |
| `buffer` | 二进制 buffer polyfill |
| `upng-js` | 纯 JS PNG 编解码 |