DEV Community

Discussion on: Generating Reports in Figma with a Custom Figma Plugin

Collapse
 
lepinekong profile image
lepinekong

What is the value of PAGE_A4 ?

Collapse
 
bobheadxi profile image
rob

We used this value:

export const PAGE_A4 = { x: 842, y: 595 };
Enter fullscreen mode Exit fullscreen mode

It's the pixel dimensions of an A4 page at 72PPI :)