@kcaitech/vextra-editor
v1.0.3
Published
kcaitech vextra editor module
Downloads
4
Maintainers
Readme
Vextra Editor

Project Introduction
A visual editor for design file parsing and editing, supporting multiple design file formats (such as Figma, Sketch, etc.). It can be used for secondary development, design preview, property editing, batch export, and other scenarios. Suitable for design tool development, online collaboration, automated design file processing, and other requirements.
Key Features
- Support for parsing and rendering multiple design file formats
- Rich property panels and layer operations
- Componentized, extensible frontend architecture
- Support for advanced features like batch image cutting, export, auto-layout, etc.
- Excellent local development and secondary development support
Installation
npm i @kcaitech/vextra-editorQuick Start
import { openDocument } from '@kcaitech/vextra-editor';
const result = await openDocument({
// Pass your document parameters
...props
});You can also refer to
client/Client.vueas a usage example.
Local Development
Start the client interface
npm i
npm run client
# Open files in the samples directoryLibrary Development
npm i
npm run devLicense
This project is licensed under the AGPL-3.0 License - see the LICENSE file for details.
