SketchAPI icon indicating copy to clipboard operation
SketchAPI copied to clipboard

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

Open matteogratton opened this issue 3 years ago • 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,
},

matteogratton avatar Jun 23 '22 12:06 matteogratton