icns

Easily create .icns files (Mac Icons) with this Go library or the included CLI.
Log | Files | Refs | LICENSE

go.mod (86B)


      1 module github.com/jackmordaunt/icns/v4
      2 
      3 go 1.27.0
      4 
      5 require golang.org/x/image v0.46.0