Comparing version 0.1.0-rc.1 to 0.1.0
{ | ||
"name": "barcodejs", | ||
"version": "0.1.0-rc.1", | ||
"version": "0.1.0", | ||
"description": "Fast barcode generator for javascript.", | ||
@@ -11,3 +11,3 @@ "main": "dist/barcode.js", | ||
"build": "rollup -c", | ||
"format": "prettier --write --trailing-comma all --print-width 120 --use-tabs --tab-width 4 --no-semi src/**/*.js", | ||
"format": "prettier --write --trailing-comma all --print-width 120 --use-tabs --tab-width 4 --no-semi \"src/**/*.js\"", | ||
"prepublish": "yarn run build", | ||
@@ -14,0 +14,0 @@ "test": "yarn run flow && yarn run jest" |
@@ -7,2 +7,7 @@ # Barcode.js | ||
> ⚠️ **Currently not ready for production usage!** | ||
> | ||
> Although we use this in production, we do so in a controlled environment usage only text sources we completely control. | ||
> Expect APIs to change until this notice is removed. (We will however respect semantic versioning.) | ||
Encode strings into an intermediate representation and render them to different output formats. | ||
@@ -30,5 +35,5 @@ | ||
const svg = renderBarcodeToSVG(encodeCode39("HELLO WORLD"), { | ||
// Optional | ||
width: "100%", | ||
height: "20mm", | ||
// Optional | ||
width: "100%", | ||
height: "20mm", | ||
}) | ||
@@ -35,0 +40,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
59
112562
9