Module: ImagesartAi
- Defined in:
- lib/imagesart_ai.rb
Overview
ImagesArt — AI image editor helper. See imagesart.ai/ai-edit-image
Constant Summary collapse
- VERSION =
"0.1.0"
Class Method Summary collapse
-
.editor_url ⇒ Object
URL of the ImagesArt AI image editor tool.
Class Method Details
.editor_url ⇒ Object
URL of the ImagesArt AI image editor tool.
9 10 11 |
# File 'lib/imagesart_ai.rb', line 9 def self.editor_url "https://imagesart.ai/ai-edit-image" end |