@adobe/lightroom-apis
v2.0.0
Published
Adobe Firefly Services library for consuming Lightroom Service APIs.
Downloads
37
Readme
@adobe/lightroom-apis
Description
This repository is home to the Firefly Services SDK for JavaScript, designed for Node.js and web environments. It features libraries for various Firefly services, including product libraries for accessing specific product services like Firefly, Lightroom, and Photoshop, and a common library for shared functionalities.
@adobe/lightroom-apis specifically is the Lightroom package for accessing the Lightroom product services.
You can refer to Firefly Services Homepage for getting started guides, details about adding these packages to your project and code samples.
Table below shows details on various API service endpoints and the corresponding SDK APIs
SDK to API Reference Mapping
| Lightroom API Endpoint | SDK API Name | Description | |:----------|:----------|:----------| | /lrService/presets |applyPreset |Apply one or more XMP Lightroom presets to the given image, by using the given preset XMP file(s). | | /lrService/xmp |applyPresetFromXmpContent |Apply XMP based Lightroom preset to an image. XMP content is passed inline to the api. | | /lrService/autoTone |applyAutoTone |Automatically correct exposure, contrast, sharpness, saturation on an image. | | /lrService/edit |applyEdits |Apply one or more Lightroom edits ( exposure, contrast, sharpness, saturation ) to an image. | | /autoStraighten |autoStraightenImage |Auto Straighten an image. Applies the Auto Upright transformation on an image. |