CE.SDK's cutout plugin enables effortless creation and customization of cutout shapes for web-to-print users. Built with CE.SDK by IMG.LY, runs entirely in the browser with no server dependencies.
- Cutout Line Creation - Create die-cut lines from shapes with one click:
- Canvas Menu: Right-click on a shape and select "Create Cutout"
- Cutout Panel: Click the "Cutout" button in the dock to access saved cutouts
- Text Editing - Typography with fonts, styles, and effects
- Image Placement - Add, crop, and arrange images
- Shapes & Graphics - Vector shapes and design elements
- Export - PDF with print-ready cutout lines
git clone https://github.com/imgly/starterkit-cutout-lines-editor-ts-web.git
cd starterkit-cutout-lines-editor-ts-webnpm installCE.SDK requires engine assets (fonts, icons, UI elements) served from your public/ directory.
curl -O https://cdn.img.ly/packages/imgly/cesdk-js/$UBQ_VERSION$/imgly-assets.zip
unzip imgly-assets.zip -d public/
rm imgly-assets.zipnpm run devOpen http://localhost:5173 in your browser.
- Select a shape in the editor
- Right-click to open the canvas menu
- Click "Create Cutout" to generate die-cut lines
- Click the "Cutout" button in the dock (left sidebar)
- The Cutout panel will open showing saved cutouts
- Click on a cutout to apply it to your design
src/
├── imgly/
│ ├── config/
│ │ ├── actions.ts # Export/import actions
│ │ ├── features.ts # Feature toggles
│ │ ├── i18n.ts # Translations
│ │ ├── plugin.ts # Main configuration plugin
│ │ ├── settings.ts # Engine settings
│ │ └── ui/
│ │ ├── canvas.ts # Canvas configuration
│ │ ├── components.ts # Custom component registration
│ │ ├── dock.ts # Dock layout configuration
│ │ ├── index.ts # Combines UI customization exports
│ │ ├── inspectorBar.ts # Inspector bar layout
│ │ ├── navigationBar.ts # Navigation bar layout
│ │ └── panel.ts # Panel configuration
│ ├── index.ts # Editor initialization function
│ └── plugins/
│ └── cutout-library.ts
└── index.ts
- Node.js v22+ with npm - Download
- Supported browsers - Chrome 114+, Edge 114+, Firefox 115+, Safari 15.6+
| Issue | Solution |
|---|---|
| Editor doesn't load | Verify assets are accessible at baseURL |
| Assets don't appear | Check public/assets/ directory exists |
| Watermark appears | Add your license key |
| Cutout menu not appearing | Ensure a shape is selected, not an image |
For complete integration guides and API reference, visit the Cutout Library Plugin Documentation.
This project is licensed under the MIT License - see the LICENSE file for details.
