Quick Installation
Get up and running with the layermetry SDK in your Next.js application.1. Install the Package
2. Install Dependencies
3. Configure Next.js
Create or update next.config.js:next.config.js
4. Import SDK Styles
Add to app/globals.css:app/globals.css
5. Create Your First Editor
app/studio/page.tsx:6. Get Your License Key
Contact your account manager or email support@layermetry.com to obtain your license key. ReplaceYOUR_LICENSE_KEY_HERE with your actual JWT license key.
Next Steps
ImageEditor Integration
Complete guide for integrating the ImageEditor component
VideoEditor Integration
Complete guide for integrating the VideoEditor component
API Reference
Detailed API documentation for all components
Troubleshooting
Common issues and solutions
Demo Application
Check out our example Next.js application in the SDK package atexamplenextjs/ for a complete working implementation with:
- Landing page with studio selection
- Image Studio with drag-and-drop
- Video Studio with export modal
- Custom branded theme implementation
- Proper file handling and state management
Support
Need help? We’re here for you:- 📧 Email: support@layermetry.com
- 📚 Documentation: https://docs.layermetry.com
- 💬 Contact your account manager

