mass_cert
v1.0.2
Published
It is automated mass certificate generator for event participation certificates
Downloads
5
Maintainers
Readme
mass_cert
It is a most simplest automated mass certificate generator for event certificate distribution (Size : 1000x750)
It also requires Python3
installed with path setuped in your system.
Install
npm i mass_cert
Import Module
Node.js:
const cert = require('mass_cert');
Example
const cert = require("./mass_cert");
cert.certmaker(file,img,path);
expects:
file
: Text file which contains names of the certificate eligible participants.img
: Image file as Blank Certificate template high quality PNG Format file is Best.path
: Relative path of the location where to save all the generated Certificates.
Demo
const cert = require("./mass_cert");
cert.certmaker('./list.txt','./blank_cert.png','./path_certificates/');
Supported Node.js Versions
Libraries in this ecosystem make a best effort to track ['Node.js' release schedule]
License
MIT