JsBarcode icon indicating copy to clipboard operation
JsBarcode copied to clipboard

updated BaseOptions.format with explicit format types

Open rscotten opened this issue 5 years ago • 1 comments

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.

rscotten avatar Mar 24 '19 19:03 rscotten

not sure why the first Travis build failed but the others passed 🤔

rscotten avatar Mar 24 '19 19:03 rscotten