Skip to content

Instantly share code, notes, and snippets.

@hasanzia1993
hasanzia1993 / index.js
Created May 7, 2019 16:56 — forked from adrianhajdin/index.js
HTML Template
module.exports = ({ name, price1, price2, receiptId }) => {
const today = new Date();
return `
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>PDF Result Template</title>
<style>
.invoice-box {