jemgold / figma-js

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

feat: change ids params of file method from string to array #39

Closed Kerumen closed 4 years ago

Kerumen commented 4 years ago

Feature (kinda)

The file method currently accepts a string (which is comma separated list) for the ids params.

To be coherent with other ids params, the file method now takes an array of string instead of a string.