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