Display, convert and generate Amiga Icons in plain JavaScript
All Amiga icon formats are supported; Classic OS, Classic OS2, NewIcons, ColorIcons(GlowIcons), Dual PNG and OS4 trueColor transparent ones.
The main library works both in the browser as in node.
In the browser icons get rendered to canvas.
In node, icons are converted to PNG.
Example project for both environments are included
This library is also part of the ADF toolbox
Examples:
Converting a batch of .info files to PNG in node
loading and displaying Amiga .info files in a browser.