class Lookbook::DataUriEncoder

def call

def call
  "data:#{mime_type},#{ERB::Util.url_encode(str)}"
end