adobe-stock-image-bot
v1.0.0
Published
📷 Adobe-Stock image id => author name
Readme
Helper function that returns an author of an adobe stock image id.
Install
npm i adobe-stock-image-botUsage
const getAuthor = require('adobe-stock-image-bot');
const test = '184567447';
(async () => {
const author = await getAuthor(test);
console.log(author);
})();
