{"id":20284167,"url":"https://github.com/clebert/lightroom-preset","last_synced_at":"2025-06-29T01:34:20.864Z","repository":{"id":42624653,"uuid":"400304119","full_name":"clebert/lightroom-preset","owner":"clebert","description":"A TypeScript API for generating presets for Adobe Lightroom.","archived":false,"fork":false,"pushed_at":"2023-07-19T03:55:55.000Z","size":1389,"stargazers_count":6,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-10T19:19:49.393Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/clebert.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-08-26T20:58:28.000Z","updated_at":"2025-03-31T15:24:49.000Z","dependencies_parsed_at":"2024-10-23T04:19:00.426Z","dependency_job_id":"2f5e14cb-89fb-4e4b-8e42-5b8c2d0dcadc","html_url":"https://github.com/clebert/lightroom-preset","commit_stats":{"total_commits":15,"total_committers":2,"mean_commits":7.5,"dds":0.1333333333333333,"last_synced_commit":"b4af8b67cb676799a10ed682f77dcc133383de3c"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clebert%2Flightroom-preset","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clebert%2Flightroom-preset/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clebert%2Flightroom-preset/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clebert%2Flightroom-preset/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clebert","download_url":"https://codeload.github.com/clebert/lightroom-preset/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248361056,"owners_count":21090808,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T14:18:33.760Z","updated_at":"2025-04-11T08:24:01.441Z","avatar_url":"https://github.com/clebert.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lightroom-preset\n\n\u003e A TypeScript API for generating presets for Adobe Lightroom.\n\n## Installation\n\n```\nnpm install lightroom-preset\n```\n\n## Usage example\n\n```js\nimport {\n  autoColor,\n  autoLight,\n  defaultColor,\n  defaultDetail,\n  defaultEffects,\n  defaultLight,\n  defaultOptics,\n  generatePreset,\n  mediumContrastToneCurve,\n} from 'lightroom-preset';\nimport {writeFile} from 'node:fs/promises';\n```\n\n```js\nconst settings = {\n  autoTone: true,\n  profile: `Adobe Color`,\n  light: {\n    ...defaultLight,\n    ...autoLight,\n    toneCurve: mediumContrastToneCurve,\n  },\n  color: {\n    ...defaultColor,\n    ...autoColor,\n    colorGrading: {\n      ...defaultColor.colorGrading,\n      highlights: {...defaultColor.colorGrading.highlights, luminance: -5},\n    },\n  },\n  effects: {...defaultEffects, texture: 30, clarity: 20},\n  detail: {...defaultDetail},\n  optics: {\n    ...defaultOptics,\n    removeChromaticAberration: true,\n    enableLensCorrections: true,\n  },\n};\n```\n\n```js\nawait writeFile(`./example.xmp`, generatePreset(`Example`, settings));\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclebert%2Flightroom-preset","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclebert%2Flightroom-preset","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclebert%2Flightroom-preset/lists"}