luadocs/content/lua.api.manual/darktable/overview.md

353 B

title id weight draft author
overview overview 10 false people

The darktable library is the main entry point for all access to the darktable internals. To access the darktable specific functions you must load the darktable environment:

darktable = require "darktable"

All functions and data are accessed through the darktable module.