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

14 lines
353 B
Markdown
Raw Permalink Normal View History

---
title: overview
id: overview
weight: 10
draft: false
author: "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.