module Epub

Defined in:

lib/epub.cr

Constant Summary

EPUB_IDENTIFIER = UUID.random.to_s
EXPAND_PAGE = "expands.html"
TMP_DIR = Path.new(Dir.tempdir, "#{Path[PROGRAM_NAME].basename}-tmp-#{Time.local.to_s("%s")}")

Class Method Summary

Class Method Detail

def self.create_tmp_dir #

[View source]
def self.delete_tmp_dir #

[View source]
def self.make #

[View source]