IGIdenticon

master

Swift identicon generator
seaburg/IGIdenticon

IGIdenticon

Carthage compatible CocoaPods Compatible

This library is a port of identicon library that generates identicon.
Screenshot example

Installation

Carthage

github "seaburg/IGIdenticon"

CocoaPods

pod 'IGIdenticon'

SwiftPM

  dependencies: [
    .package(url: "https://github.com/seaburg/IGIdenticon.git",
             from: "0.7.0")
  ]

Usage

imageView.image = Identicon().icon(from: "string", size: CGSize(width: 100, height: 100))

Description

  • Swift Tools 5.0.0
View More Packages from this Author

Dependencies

  • None
Last updated: Sat Mar 16 2024 18:45:02 GMT-0900 (Hawaii-Aleutian Daylight Time)