JsBarcode
JsBarcode copied to clipboard
updated BaseOptions.format with explicit format types
This PR changes the Typscript typings for BaseOptions.format
from string
to type Format = 'CODE39 | 'CODE128' | ...
. This will help us spell and case the formats correctly and give type-hinting from the IDE.
not sure why the first Travis build failed but the others passed 🤔