@damplus/indexed-cloudinary
v3.4.1
Published
Functions for adding carousel/wallpaper images to page from Cloudinary images indexed in ElasticSearch.
Downloads
26
Keywords
Readme
Indexed Cloudinary
Functions for adding Cloudinary images which are indexed in ElasticSearch to a page.
Usage
Download indexed-cloudinary.min.js.
Development Setup
Checkout with:
git clone [email protected]:damplus/indexed-cloudinary.git
Install dependencies with:
npm install
Build output with:
npm run build
Run tests with:
npm test
Run a local development server with:
npm start
Deploy a new version:
npm version <patch|minor|major> npm publish