jemgold / figma-js

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

Any updates? #10

Closed zmnv closed 5 years ago

zmnv commented 5 years ago

Are you still here? Doesn't your type know about new Figma Api scheme?

image

image

zmnv commented 5 years ago
export interface Style {
  readonly key: string;
  readonly name: string;
  readonly styleType: string;
}
jemgold commented 5 years ago

Feel free to submit a pull request!

On Mon, Jan 28, 2019, 8:05 AM Valeriy Zimnev <notifications@github.com wrote:

export interface Style { readonly key: string; readonly name: string; readonly styleType: string; }

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jongold/figma-js/issues/10#issuecomment-458191359, or mute the thread https://github.com/notifications/unsubscribe-auth/AAkHG2dX9tCTHOFz5XTNKOQuNXrhn-PBks5vHx-0gaJpZM4aWNiB .

zmnv commented 5 years ago

Sounds interesting:) So, it's a true what schematic of api results has changed? What do you think, they change it again soon?

thibmaek commented 5 years ago

Should this issue still be open after #11 was merged?

chrisdrackett commented 5 years ago

looks like this should be closed, feel free to report a new issue if I'm wrong!