Module: BackgroundRemover

Defined in:
lib/background_remover.rb,
lib/background_remover/version.rb

Constant Summary collapse

HOMEPAGE =
"https://www.seedance2ai.app/tools/background-remover".freeze
SUMMARY =
"Background Remover 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

.homepageObject



7
8
9
# File 'lib/background_remover.rb', line 7

def self.homepage
  HOMEPAGE
end

.summaryObject



11
12
13
# File 'lib/background_remover.rb', line 11

def self.summary
  SUMMARY
end