# Image Editor **Repository Path**: xiaolu180/image-editor ## Basic Information - **Project Name**: Image Editor - **Description**: 图片编辑器 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-14 - **Last Updated**: 2025-05-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基于 leaferjs 实现的图片编辑器 ## Vue 3 + TypeScript + Vite ## node 版本要求 ``` node >= 18.0.0 ``` ## 安装依赖 ``` npm install ``` ## 运行项目 本项目是内嵌于app,企业微信,pc web 中使用。具体使用方法请查看Test文件,路由为/test。 ``` npm run dev ``` ## 打包项目 ``` npm run build ```