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
mentions using JSON and offers an example. And i was wondering how to pass in options in the JSON format, so perhaps another example of that would be great (even including a function for a module that accepts that, like blend?)
But then this section lower down references JSON format too, but it seems more complex:
@jywarren you're right, maybe we can document this better.
I mentioned here that IS supports string syntax and JSON. The syntax sequencer.addSteps('brightness{brightness:80}') is actually closer to a stringified JSON. Perhaps we can specify that the new support allows for string syntax which includes stringified JSON? This is because JSON is already supported here in raw form, and docs seem redundant this way. Thoughts?
I guess perhaps we should think about running /everything/ through the same auto-identifier of syntax, and not having different ways JSON works. The string syntax is, indeed, intended to be similar to simplified JSON, but we skipped : and , to make it more compact in URLs.
I think the main thing is we should provide more full examples of the JSON that's accepted. Then we can look at where and if they differ, and how we could consolidate and standardize it. What do you think?
Hi @VibhorCodecianGupta just wondering about these two sections in the readme and any ambiguities about them:
https://github.com/publiclab/image-sequencer/blob/main/README.md#adding-steps-to-the-image
mentions using JSON and offers an example. And i was wondering how to pass in options in the JSON format, so perhaps another example of that would be great (even including a function for a module that accepts that, like blend?)
But then this section lower down references JSON format too, but it seems more complex:
https://github.com/publiclab/image-sequencer/blob/main/README.md#importing-steps-using-json-array
Any thoughts on these? Thanks and sorry i'm just trying to read this as a newcomer might. Thank you!
The text was updated successfully, but these errors were encountered: