Tools to generate Bloc elements from Figma datas.
With Bloc-Figma, exporting your Figma design to a Bloc design has never been so easy !
This plugin allows you to transpose your Figma Design into a Bloc design for Pharo.
To install Bloc-Figma, open a Playground and execute the following script:
[ Metacello new
baseline: 'BlocFigma';
repository: 'github://OpenSmock/Bloc-Figma:main';
onConflictUseIncoming;
ignoreImage;
load ]
on: MCMergeOrLoadWarning
do: [ :warning | warning load ]
This plugin takes in entry the JSON file and images rendered by the plugin Figma To World.
A tutorial on how to use this plugin is currently under developpment
I would like to thank @plantec and @tinchodias for the help they provided answering my questions on Bloc.
This project is licensed under the MIT License.