The provided Configurator can be used to quickly and easily create new appicons in the style of the appicons of the ERP system Odoo.
But it is also possible to use the included js class elsewhere and create your own configurator based on it, for example.
For this purpose, the class offers a few more parameters for individualization in addition to the options explained in the documentation section.
The basis of the configurator is a JavaScript class "IBO_ICON", which creates a canvas and "paints" the icon on it (see file /js/ibo_icon.js
).
If the existing class is used directly by means of a script, additional parameters can be passed.
If this class is instantiated, various parameters can be passed to it.
If not, default values are used in each case.
For more information please visit the Project Website.
Everyone is welcome to extend the icon generator, fix bugs or add new functionalities. So feel free to open a discussion in an issue or create a pull request with your idea. If you encounter a bug or problem, please also create an issue so that I or another kind person can solve the problem.
Note: This is a private project that I maintain in my spare time. Accordingly, I apologize in advance for late reactions or responses to your submissions or issues. Furthermore, I have certain ideas about functionality and design. Changes that I don't "like" will not be implemented, sorry! So feel free to present your idea to me first, before you implement it.