Compare commits
No commits in common. "2230259e4aa37c208355d78bb2f3dde7eace56d7" and "53c78c30e1e1e175a1c67fa1526b82014eafb882" have entirely different histories.
2230259e4a
...
53c78c30e1
@ -18,7 +18,6 @@ const sendEmailSchema = z.object({
|
|||||||
})
|
})
|
||||||
|
|
||||||
async function generateBarcodeDataURL(data) {
|
async function generateBarcodeDataURL(data) {
|
||||||
return `https://barcodeapi.org/api/128/${data}`
|
|
||||||
const buffer = await toBuffer({
|
const buffer = await toBuffer({
|
||||||
bcid: 'code128',
|
bcid: 'code128',
|
||||||
text: data,
|
text: data,
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user