All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gitbucket.core.plugin.Images.scala Maven / Gradle / Ivy

The newest version!
package gitbucket.core.plugin

/**
 * Provides a helper method to generate data URI of images registered by plug-in.
 */
object Images {

  def dataURI(id: String) = s"data:image/png;base64,${PluginRegistry().getImage(id)}"

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy