class Vesta::Renderer

Defined in:

vesta.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(file_path : String, image_dest : String = "images", image_prefix : String = "image") #

[View source]

Instance Method Detail

def is_png?(data : String) #

[View source]
def options : Cmark::Option #

[View source]
def options=(options : Cmark::Option) #

[View source]
def render : String #

[View source]
def save_png_data(image_path : String, data : String) #

[View source]