Kevin Gutowski

Results 32 issues of Kevin Gutowski

Don’t think options like background color, “export group contents only”, and trim transparent pixels are visible in the JS API. See thread: https://sketchplugins.com/d/308-set-export-group-contents-only/3

If you have overlapping artboards the JS export will behave differently than the native sketch export. Example code: ``` let sketch = require('sketch') let Artboard = sketch.Artboard let Rectangle =...

https://sketchplugins.com/d/1460-find-and-replace-color-from-plugin Would be pretty helpful to not have to implement our own find and replace algo and just use the one in sketch. Aby shared some helpful code in the...

For those that are trying to target old versions of sketch it's incredibly useful to know when I have to drop down to some sketch headers / appkit methods. For...

docs

Would be great to have these properties exposed on the Artboard object.

enhancement
api

I want to set pinning/fix size programmatically via the api.

enhancement
api

There is some funny behavior going on that is different from the behavior of the inspector. Steps to reproduce: 1. You will want to choose a font that has a...

#### Prerequisite setup - Make sure your default layer style has something with a border (try a red border for greater clarity). To set a default layer style go to...

bug
discussion
api

Doesn’t seem like there is an easy way to change the number of sides of a polygon. Similar with the Star object, there should be a way with the API...

For example, if you set a fill color for a layer like this: ``` layer.style.fills = [{ color: #1ca9c4, fill: Style.FillType.Color }) ``` The layer will update properly but the...

bug
api