1.0.0 • Published 4 years ago

adobe-stock-image-bot v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

Helper function that returns an author of an adobe stock image id.


Install

npm i adobe-stock-image-bot

Usage

const getAuthor = require('adobe-stock-image-bot');

const test = '184567447';

(async () => {
    const author = await getAuthor(test);
    console.log(author);
})();
1.0.0

4 years ago

0.1.1

5 years ago

0.1.0

5 years ago