0.4.7 • Published 1 year ago

html-to-figma-lib v0.4.7

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

html-to-figma-auto-layout

Converts DOM nodes to Figma nodes with extended support for auto-layouts.

Modified fork of https://github.com/sergcen/html-to-figma which was inspired by https://github.com/BuilderIO/figma-html

Example: /dev-plugin

npm i html-figma

USAGE

Browser

import { htmlTofigma } from 'html-figma/browser';

const element = document.getElementById('#element-to-export');

const layersMeta = await htmlTofigma(element);

Figma

import { addLayersToFrame } from 'html-figma/figma';

const rootNode = figma.currentPage;

await addLayersToFrame(layersMeta, rootNode);
0.4.7

1 year ago

0.4.6

1 year ago

0.4.5

1 year ago