FigmaToWorld is a plugin for Pyramid UI builder. This Pyramid plugin exploit capacities from the Figma plugin Figma To World to import Figma design into Pyramid.
This plugin generate Bloc and Toplo elements.
The plugin install a new capacity in Pyramid editor to import a Figma To World exporting file.
Export your Figma project with Figma To World.
Import your project into Pyramid.
Pyramid5.mp4
To install this plugin, use the following scripts inside a playground:
[ Metacello new
baseline: 'PyramidFigma';
repository: 'github://OpenSmock/Pyramid-Plugins-FigmaToWorld:main/src';
onConflictUseIncoming;
ignoreImage;
load ]
on: MCMergeOrLoadWarning
do: [ :warning | warning load ]
This project is licensed under the MIT License - see the LICENSE file for details.