Module: OpenartImage
- Defined in:
- lib/openart_image.rb,
lib/openart_image/version.rb
Constant Summary collapse
- HOMEPAGE =
"https://www.seedance2ai.app/tools/openart-image".freeze
- SUMMARY =
"OpenArt Image is an AI video generator for text-to-video and image-to-video workflows.".freeze
- VERSION =
"0.1.0"
Class Method Summary collapse
Class Method Details
.homepage ⇒ Object
7 8 9 |
# File 'lib/openart_image.rb', line 7 def self.homepage HOMEPAGE end |
.summary ⇒ Object
11 12 13 |
# File 'lib/openart_image.rb', line 11 def self.summary SUMMARY end |