Skip to content
New issue

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

Read/write versionable FIG document #48

Open
poirierlouis opened this issue Oct 29, 2024 · 0 comments
Open

Read/write versionable FIG document #48

poirierlouis opened this issue Oct 29, 2024 · 0 comments
Labels
enhancement New feature or request refactor

Comments

@poirierlouis
Copy link
Owner

Current FIG document formatter write JSON data where each key (widget property) is minified to reduce the total size of the file.

This proposal should define plain keys as widget properties and pretty print JSON.
It would make it easier for human reading and pretty printing would allow better support when versioning a FIG document.
Size of the document is not important as a FIG file is ~1MB when embedding a custom font.

It should be implemented after #47 is done.

@poirierlouis poirierlouis added enhancement New feature or request refactor labels Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request refactor
Projects
None yet
Development

No branches or pull requests

1 participant