Add comments and createInternalStickerZPL() param
This commit is contained in:
@ -149,8 +149,7 @@ function imageToGRF(imgUrl, options) {
|
||||
});
|
||||
}
|
||||
|
||||
async function createInternalStickerZPL(options) {
|
||||
const templateName = "sticker-70x35";
|
||||
async function createInternalStickerZPL(templateName, options) {
|
||||
const template = TEMPLATES[templateName];
|
||||
|
||||
const agencyLogoZPL = await imageToGRF(options.agencyLogoUrl, {
|
||||
|
||||
Reference in New Issue
Block a user