Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 954 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 954 Bytes

Converter Coding Challenge

General Requirements

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

Dummy File: (https://www.figma.com/file/D9oxWlZ1DCX79VsGfD8Qwr/Untitled?node-id=0%3A1)[https://www.figma.com/file/D9oxWlZ1DCX79VsGfD8Qwr/Untitled?node-id=0%3A1]

You can expect the Figma file to be public.

Technical Details

  • NodeJS, ideally with TS
  • Submit a GitHub repo with your solution

Time

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.