Features
Installation
From App Store
Open the App Store in zOS and search for "Figma".
Via npm
npm install @zos-apps/figma
How to Use
- Create frames for artboards
- Use components for reuse
- Share for collaboration
Development
# Install dependencies
npm install
# Start development
npm run dev
# Build for production
npm run build