1.0.5 • Published 9 months ago

html2pdf-certs v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

html2pdf-certs

A React component that uses html2pdf to create certification documents I guess

Get started

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'

Development

Storybook

npm run storybook

screenshot

Dist

npm run dist

Build

npm run build