-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
67cf7c9
commit 605b206
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# iconjar-exporter | ||
Library for creating IconJar jars programatically using TypeScript/JavaScript. | ||
Ported from [IconJar's PHP iconjar-exporters](https://github.com/IconJar/iconjar-exporters). | ||
|
||
> Please notice that I'm a beginner at TypeScript so feel free to correct and educate me about any mistakes I made. | ||
|
||
## Features | ||
|
||
- Export .iconjar files | ||
- .svg, .png, .gif, .pdf, .icns, .webp & .ico icon support | ||
- Custom icon set licenses | ||
|
||
|
||
## Demo | ||
|
||
Take a look at the demo folder | ||
## Authors | ||
|
||
|
||
- Bennet Robin Fabian ([@bennetfabian](https://www.github.com/bennetfabian)) | ||
|
||
## Feedback | ||
|
||
If you have any feedback, please reach out to me at [email protected] | ||
|
||
|
||
## Contributing | ||
|
||
Contributions are always welcome! | ||
|
||
When discussing please stay civil and make the Open Source community a less toxic place. | ||
|
||
|
||
## License | ||
|
||
Licensed under [MIT](https://choosealicense.com/licenses/mit/) | ||
|