A React component that uses html2pdf to create certification documents I guess
Install
npm install git@github.com:David256/html2pdf-certs.git
Import the component and its style sheet.
// Import the component
import { Html2PdfCerts } from 'html2pdf-certs'
// Import styles CSS
import 'html2pdf-certs/dist/styles.css'
npm run storybook
npm run dist
npm run build