Awesome
"FigmaToWorld" plugin for Pyramid
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.
How it works ?
The plugin install a new capacity in Pyramid editor to import a Figma To World exporting file.
How to use it
Export your Figma project with Figma To World.
Import your project into Pyramid.
Installation
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 ]
Dependencies
License
This project is licensed under the MIT License - see the LICENSE file for details.