0.0.31 • Published 5 months ago

@google-cloud-suite/cloud-functions-puppeteer-pdf-export v0.0.31

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

@google-cloud-suite/cloud-functions-puppeteer-pdf-export

Create pdf of website screenshot

  1. Install
npm install @google-cloud-suite/cloud-functions-puppeteer-pdf-export
  1. Handle http trigger

You can use handle(params?: InitParams) to initialize trigger. The followings are the property of InitParams:

  • bucketName: string
  • clientSecret?: string
    • defaults: undefined
  • keyPrefix?: string
    • defaults: undefined

Examples:

const pdfExport = require("@google-cloud-suite/cloud-functions-puppeteer-pdf-export");
exports.pdfExport = pdfExport.handle();
  1. Deploy
gcloud functions deploy pdfExport \
--runtime nodejs14 \
--project YOUR_PROJECT
0.0.30

7 months ago

0.0.31

5 months ago

0.0.29

1 year ago

0.0.28

1 year ago

0.0.27

1 year ago

0.0.26

1 year ago

0.0.25

1 year ago

0.0.24

1 year ago

0.0.23

1 year ago

0.0.22

1 year ago

0.0.21

1 year ago

0.0.20

1 year ago