``` let svg = bwipjs.toSVG( { bcid: 'code128', text: '1ZXXXXXXXXXXXXXXXX', scale: 2, height: 19, backgroundcolor: '#ff0000' }) ``` 