You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would agree with this suggestion if this was a CLI tool that simply printed the output and the user needed it to be in a convenient format.
However, since this tool is currently just a Node API / function, I think it's fine that we have one specified format that we return data in. The user can easily manipulate the resulting data using JS and turn it into whatever kind of string they need:
And it's better for us to return the data in separate pieces so that the user doesn't have to do any string parsing to access the individual emoji suggestions.
Right now only an array of individual emojis is returned. There should be an option to concatenate these emojis into a single string.
The text was updated successfully, but these errors were encountered: