ICO Image to .ico conversion. More Information Example import * as Icon from 'https://deno.land/x/ico/mod.ts'; const images = []; // PNG Uint8Arrays const icon = Icon.fromPNGs(images); // Uint8Array