Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 356 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 356 Bytes

PDF export example

This example shows how to use Resumed with Puppeteer to export a resume to PDF.

How to use

Clone this example with degit, install dependencies, create and render resume:

npx degit rbardini/resumed/examples/with-pdf-export
npm install
npm run init
npm start