label-printer 0.3.1 → 0.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -1
- package/dist/index.js +552 -37
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +555 -34
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -2
package/README.md
CHANGED
|
@@ -48,4 +48,10 @@ This layer contains code to interact with printers
|
|
|
48
48
|
|
|
49
49
|
- If a font is not working, make sure the extension is TTF
|
|
50
50
|
- If you want to use bold fonts, make sure you have one for weight 700
|
|
51
|
-
- Regular font weight is 400
|
|
51
|
+
- Regular font weight is 400
|
|
52
|
+
|
|
53
|
+
# Update package
|
|
54
|
+
|
|
55
|
+
- Run `pnpm changeset` to create change
|
|
56
|
+
- Run `pnpm changeset version` to create an update with all the versions
|
|
57
|
+
- PR is automatically created on push, merge it to trigger publish
|