This is a Javascript implementation of the various APIs provided by the 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.
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