Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
KostaD02 committed Mar 10, 2024
1 parent 85502a3 commit 3e5d21c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ In the code, there are a few types used.
| `generateColorPalette` | Base color (Color type), Palette Size | Method will generate array as many as provided palette size, colors will be based on base color | `ColorSet` |
| `getRandomHexColor` | None | Method will generate random hex and return it | `Color` |

Based on the cube animations made by [Aaron Iker](https://dribbble.com/ai)

## License

ngx-cube-loader is [MIT licensed](https://github.com/KostaD02/kd-loader/blob/main/LICENSE)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kd-loader",
"version": "1.0.4",
"version": "1.0.5",
"description": "Angular cube loader",
"author": "Konstantine Datunishvili",
"bugs": {
Expand Down
2 changes: 2 additions & 0 deletions projects/ngx-cube-loader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ In the code, there are a few types used.
| `generateColorPalette` | Base color (Color type), Palette Size | Method will generate array as many as provided palette size, colors will be based on base color | `ColorSet` |
| `getRandomHexColor` | None | Method will generate random hex and return it | `Color` |

Based on the cube animations made by [Aaron Iker](https://dribbble.com/ai)

## License

ngx-cube-loader is [MIT licensed](https://github.com/KostaD02/kd-loader/blob/main/LICENSE)
2 changes: 1 addition & 1 deletion projects/ngx-cube-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-cube-loader",
"version": "1.0.4",
"version": "1.0.5",
"description": "Angular cube loader",
"author": "Konstantine Datunishvili",
"bugs": {
Expand Down

0 comments on commit 3e5d21c

Please sign in to comment.