jemgold / figma-js

Little wrapper (+ types) for the Figma API
https://jongold.github.io/figma-js/
MIT License
490 stars 47 forks source link

Add style to Vector #16

Closed vutran closed 5 years ago

vutran commented 5 years ago

style is exposed for Vector's which maps to a Style interface which can be used for look up in FileResponse.styles.

Since there's really no tests for these types, I guess just validate manually?

vutran commented 5 years ago

Woops. Closing this as #15 seem to have addressed it.