We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exporting json from following layout (two first keys of Kinesis Advantage preset):
Kinesis Advantage
[{f:1,f2:2,w:0.675,h:0.85},"\nEsc",{x:0.075,w:0.675,h:0.85},"\nF1"],
results in following json file:
[ [ { "f": 1, "f2": 2, "w": 0.675, "h": 0.85 }, "\nEsc", { "x": 0.07499999999999996, "w": 0.675, "h": 0.85 }, "\nF1" ] ]
x property of second key lost accuracy.
x
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Exporting json from following layout (two first keys of
Kinesis Advantage
preset):results in following json file:
x
property of second key lost accuracy.The text was updated successfully, but these errors were encountered: