Create a NodeJS script that converts a simple Figma design to a Sketch file. Feel free to use external libraries to speed up the process of creating a Sketch file using NodeJS. In the first version of your script the tool should ONLY be able to convert rectangles. Please find below a dummy Figma file.
The following properties should be converted:
- Size
- Fill
- Position
- Name
Please note: All other properties are nice-to-have
You can expect the Figma file to be public.
- NodeJS, ideally with TS
- Submit a GitHub repo with your solution
Please do not spend more than 4-5 hours on this coding challenge. If you don't get a working version by then please commit your current work in progress.