name: "FastImage"
description:
    "FastImage finds the dimensions or filetype of a remote image file given its uri by fetching as little as needed,"
    "based on the excellent Ruby implementation by Stephen Sykes."

third_party {
  url {
    type: GIT
    value: "https://github.com/tommoor/fastimage"
  }
  version: "0.1"
  last_upgrade_date { year: 2017 month: 02 day: 17 }
  local_modifications: "Determine dimensions of SVG images."
}
