syncfusion-javascript-barcode
Installation
SKILL.md
Implementing Syncfusion Barcode Generators
When to use this skill: You're building a web application that needs to generate, customize, and export barcodes (linear codes, QR codes, or Data Matrix codes). This includes point-of-sale systems, inventory management, ticketing systems, healthcare applications, or any solution requiring scannable codes.
Barcode Library Overview
The Syncfusion Barcode Generator library (@syncfusion/ej2-barcode-generator) provides three main barcode types:
- BarcodeGenerator: Create linear 1D barcodes (Code39, Code128, Codabar, Code11, Code32, Code93, Code128A/B/C)
- QRCodeGenerator: Create 2D QR codes with optional logos and error correction
- DataMatrixGenerator: Create 2D Data Matrix codes for industrial and retail applications
All three use the same core API: initialize with configuration, append to DOM, customize, and export.