You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// msg must be a certain length to generate 12x26, that length varies depending on character/number makeup// rct indicates that you want a rectangle rather than a squareconstoptions={msg : "Bacon is grand!",rct : 1};// Generate the SVGconstsvg=DATAMatrix(options);// Append it to somethingdocument.body.appendChild(svg);
You can also check out the Live Demo for real-time generation.
How could I generate a 12x26 2D barcode, for example?
The text was updated successfully, but these errors were encountered: