Module: ThumbGen
- Defined in:
- lib/thumb_gen.rb,
lib/thumb_gen/utils.rb,
lib/thumb_gen/version.rb,
lib/thumb_gen/generator.rb
Defined Under Namespace
Modules: Utils
Classes: Error, Generator
Constant Summary
collapse
- VERSION =
'0.1.1'
Class Method Summary
collapse
Class Method Details
.generate(output_path, background_url, texts, options) ⇒ Object
9
10
11
|
# File 'lib/thumb_gen.rb', line 9
def self.generate(output_path, background_url, texts, options)
Generator.new(output_path, background_url, texts, options).generate
end
|