client = $client; } /** * Generate base64 image that you can put in src image tag. * * @param string $text * * @return string */ public function generateBase64($text) { return $this->client->base64($text); } }