Generate an avatar image from a user's initials.
brew install imagemagick@6
brew install ghostscript
bundle install
(You may need to uninstall ImageMagick v7+ in order for the bundle to install.)
bundle exec rackup
- https://localhost:9292/hp
Generate an avatar image from a user's initials, ideal for use as a meaningful gravatar fallback.
Ruby
Generate an avatar image from a user's initials.
brew install imagemagick@6
brew install ghostscript
bundle install
(You may need to uninstall ImageMagick v7+ in order for the bundle to install.)
bundle exec rackup