figspec

Unofficial static Figma frame/file viewer available as HTML CustomElement

  1. 1
  2. 2
  3. 3
import * as Figma from "figma-js";

export type SizedNode = Extract<Figma.Node, { absoluteBoundingBox: any }>;