├── .env ├── README.md ├── package.json ├── screenshots ├── email-option.png ├── email-preview.png ├── local.png └── options.png └── src ├── csv └── sample.csv ├── fonts └── SegoePro-Regular.ttf ├── index.js └── template ├── message.txt └── sample.png /.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haliknihudas666/hudas-certificate-generator/HEAD/.env -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haliknihudas666/hudas-certificate-generator/HEAD/README.md -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haliknihudas666/hudas-certificate-generator/HEAD/package.json -------------------------------------------------------------------------------- /screenshots/email-option.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haliknihudas666/hudas-certificate-generator/HEAD/screenshots/email-option.png -------------------------------------------------------------------------------- /screenshots/email-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haliknihudas666/hudas-certificate-generator/HEAD/screenshots/email-preview.png -------------------------------------------------------------------------------- /screenshots/local.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haliknihudas666/hudas-certificate-generator/HEAD/screenshots/local.png -------------------------------------------------------------------------------- /screenshots/options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haliknihudas666/hudas-certificate-generator/HEAD/screenshots/options.png -------------------------------------------------------------------------------- /src/csv/sample.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haliknihudas666/hudas-certificate-generator/HEAD/src/csv/sample.csv -------------------------------------------------------------------------------- /src/fonts/SegoePro-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haliknihudas666/hudas-certificate-generator/HEAD/src/fonts/SegoePro-Regular.ttf -------------------------------------------------------------------------------- /src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haliknihudas666/hudas-certificate-generator/HEAD/src/index.js -------------------------------------------------------------------------------- /src/template/message.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haliknihudas666/hudas-certificate-generator/HEAD/src/template/message.txt -------------------------------------------------------------------------------- /src/template/sample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haliknihudas666/hudas-certificate-generator/HEAD/src/template/sample.png --------------------------------------------------------------------------------