Packages

Minimal Hex package for Kling 3.5 tool page metadata.

Current section

Files

Jump to
kling_3_5 lib kling_3_5.ex
Raw

lib/kling_3_5.ex

defmodule Kling35 do
@moduledoc """
Minimal metadata module for the Kling 3.5 AI video generator website.
"""
@homepage "https://www.seedance2ai.app/tools/kling-3-5"
@summary "Kling 3.5 is an AI video generator for text-to-video and image-to-video workflows."
@doc "Returns the official Kling 3.5 website URL."
def homepage do
@homepage
end
@doc "Returns a short product summary."
def summary do
@summary
end
end