@radval/stencil
Version:
Customizable transactional and marketing email templates
14 lines • 633 B
JavaScript
const repoUrl = 'https://raw.githubusercontent.com/valentinradu/stencil/master/assets'
module.exports = {
font: {
name: 'Roboto',
url: 'https://fonts.googleapis.com/css?family=Roboto:300,400,500'
},
logo: {
src: `${repoUrl}/logo.png`
},
heading: 'Here comes the code!',
message: 'Your confirmation code is here 💪🏼! Copy and paste it into the form to complete the email verification process.',
unsubscribe: 'We dislike span as much as everybody else. If you don’t want to receive our emails anymore, <a href=\'https://localhost\'>unsubscribe here</a>.',
code: '334985'
}