Socket
Socket
Sign inDemoInstall

print-tag

Package Overview
Dependencies
111
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

81

lib/formats.js

@@ -5,28 +5,28 @@ module.exports = {

cols: [
5.50,
58.00,
107.50,
157.00
5.50,
58.00,
107.50,
157.00
],
rows: [
12.70,
26.40,
39.60,
52.80,
66.00,
79.20,
93.57,
106.93,
120.30,
133.67,
146.17,
159.46,
172.75,
186.04,
199.32,
212.61,
225.90,
239.19,
252.48,
265.76
12.70,
26.40,
39.60,
52.80,
66.00,
79.20,
93.57,
106.93,
120.30,
133.67,
146.17,
159.46,
172.75,
186.04,
199.32,
212.61,
225.90,
239.19,
252.48,
265.76
],

@@ -46,3 +46,36 @@ maxTagsInPage: 80,

}
},
// PIMACO 6180
pimaco_6180: {
cols: [
4.80,
74.6,
144.40
],
rows: [
12.70,
38.10,
63.50,
88.90,
114.30,
139.70,
165.10,
190.50,
215.90,
241.30
],
maxTagsInPage: 30,
tagSize: {
width: 66.70,
height: 25.40,
align: 'left'
},
paperSize: [215.90, 279.40],
paperMargins: {
top: 12.70,
bottom: 12.70,
left: 4.80,
right: 4.80
}
}
}
{
"name": "print-tag",
"version": "1.0.0",
"version": "1.0.1",
"description": "Simple module to generate PDF tags for print in comercial formats",

@@ -23,4 +23,4 @@ "homepage": "https://github.com/albertosouza/print-tag",

"devDependencies": {
"istanbul": "^0.4.2",
"mocha": "^2.4.5"
"istanbul": "^0.4.5",
"mocha": "^4.0.1"
},

@@ -34,4 +34,4 @@ "repository": "albertosouza/print-tag",

"dependencies": {
"pdfkit": "^0.7.2"
"pdfkit": "^0.8.3"
}
}

@@ -1,6 +0,6 @@

# Print tags node.js module
# Print tags
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coverage Status](https://coveralls.io/repos/github/albertosouza/print-tag/badge.svg?branch=master)](https://coveralls.io/github/albertosouza/print-tag?branch=master)
Simple module to print tickets / user tags
Node.js module to generate PDFs in commercial tags formats and ready to print

@@ -47,6 +47,11 @@ ## Installation

### Avaible:
#### Avaible:
- pimaco_6187
- pimaco_6180
## Example:
![Page printed with tags in pimaco 6187 format ](https://wejs.org/api/v1/image/original/1463608565924_52206d50-1d43-11e6-8e29-4921a2f6138e.jpg)
## Authors

@@ -53,0 +58,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc