Home

Awesome

License

"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.

image

Import your project into Pyramid.

https://github.com/OpenSmock/Pyramid-Plugins-FigmaToWorld/assets/49183340/00d09e17-22eb-41c3-b21a-eb731529b61d

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.