Skip to content

Commit

Permalink
fix: README (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adaendra committed Jul 1, 2024
1 parent 461ce87 commit b2a0753
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Unreleased
### Fixed
- Example configurations
- README

## [0.1.0] -30/06/2024
### Added
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ efficiently.

| Function Prototype | Description |
|-----------------------------------------------|--------------------------------------------------------------|
| Future<String> getJsonOptions() | Extract the selected options to JSON for an external save. |
| void setJsonOptions(String jsonAvatarOptions) | Import the given options in a JSON format to the controller. |
| Future<String> getAvatarSVG() | Import the given options in a JSON format to the controller. |
| Future<List<bool>> clearAvatarMaker() | Extract the current avatar SVG for an external save. |
| `Future<String> getJsonOptions()` | Extract the selected options to JSON for an external save. |
| `void setJsonOptions(String jsonAvatarOptions)` | Import the given options in a JSON format to the controller. |
| `Future<String> getAvatarSVG()` | Import the given options in a JSON format to the controller. |
| `Future<List<bool>> clearAvatarMaker()` | Extract the current avatar SVG for an external save. |

SVG Assets used are derived from [getavataaars.com](https://getavataaars.com/) .

Expand Down

0 comments on commit b2a0753

Please sign in to comment.