This is a JavaScript/Node SDK for the various APIs provided by the Adobe Stock services.
Check out our Getting Started documentation. At a minimum, you'll need a Stock API Key by creating a Creative Cloud Adobe Stock integration on console.adobe.io.
If you only need the built version of the SDK, the dist
folder contains the files you can download and use without requiring this repository.
yarn install
yarn run build
Creates the JavaScript library file under the dist/
directory.
Check out the usage documentation!
yarn test
( eslint, mocha ) This also generates code coverage report using karma test runner.
yarn run lint