Libraries intended to help plugin or integration developers have an easier time working with Cloudinary.
Getting Started • Working Locally
This plugin is a community library and not officially supported by Cloudinary.
Learn what tools are available and how to install them:
- URL Loader: Construct a Cloudinary URL given a set of options
- Util: Set of functions to help working with Cloudinary
- Install all dependencies via pnpm:
pnpm install
- Start a development server for all projects:
pnpm dev
- Run all tests:
pnpm test
- Build all packages:
pnpm build