Current section
Files
Jump to
Current section
Files
lib/openart_image.ex
defmodule OpenartImage do
@moduledoc """
Minimal metadata module for the OpenArt Image AI video generator website.
"""
@homepage "https://www.seedance2ai.app/tools/openart-image"
@summary "OpenArt Image is an AI video generator for text-to-video and image-to-video workflows."
@doc "Returns the official OpenArt Image website URL."
def homepage do
@homepage
end
@doc "Returns a short product summary."
def summary do
@summary
end
end