Skip to content
This repository was archived by the owner on Apr 21, 2025. It is now read-only.

Latest commit

 

History

History
24 lines (17 loc) · 597 Bytes

File metadata and controls

24 lines (17 loc) · 597 Bytes

emochan browser shot

CI npm

generate dynamic images via chrome-aws-lambda

Usage

import { getScreenshot } from 'emochan-browser-shot';

const capture = await getScreenshot(htmlString, {
  width: 1920,
  height: 1008,
  deviceScaleFactor: 1,
});