sketch-hq/SketchAPI

APIs missing: a way to load the available pattern images.

matteogratton opened this issue · 0 comments

It is currently impossible to add a pattern fill with one of the available pattern/noises images available.

It would be nice to be able to add them just like:

pattern: {
    patternType: "Tile",
    image: {
        "default-pattern-01",
    },
    tyleScale: 1,
},