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