11 comments

  • Chris Achard, over 5 years ago

    Hey everyone, this is my library - thanks for the interest! Let me know if you have any questions, or run into any bugs... It's a new library, so I'm working hard to make it better all the time!

    3 points
  • Brandon SBrandon S, over 5 years ago

    I've been waiting for something like this for a while, I know there are plenty of people working on similar applications but I've yet to see one actually working. I'm excited to try this thing out!

    3 points
  • Ryan Varick, over 5 years ago

    If I’m reading this correctly, you’re using a neural network to filter out status bars and keyboards... If so that’s ridiculous and amazing and insane and I want to know more!

    1 point
  • Bruce Vang, over 5 years ago

    Looking good so far. How does this handle layouts in landscape and portrait? Will you have to do some adjustment to the code to support different devices?

    1 point
    • Chris Achard, over 5 years ago

      It tries to convert the absolute positioning of Sketch into a flexBox based layout, so it should handle portrait or landscape; but it's mostly been tested on portrait layouts, and there are plenty of bugs still :)

      That means it should work on different devices as well, but it still has some trouble figuring out when to make things a fixed width, or when to make them take up all available space and apply margin/padding to the outside. So it sometimes doesn't handle multiple devices sizes very well yet.

      0 points
  • Pablo StanleyPablo Stanley, over 5 years ago

    Hey, Nils. Excited to try this out.

    I'm a noob so I'm confused about one of the steps. Could you explain what you mean here:

    Use that SVG file as the argument for convert.js

    node convert.js input-file.svg

    Thank you!

    0 points