Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add optional encoding parameter to getImageHTML method
The getImageHTML method in the Larvatar class now accepts an optional encoding parameter. When 'base64' is passed in as the encoding type, it generates a base64-encoded version of the image. In any other case, it generates the image without encoding.
- Loading branch information