Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theprivileges/cloudinary-transform-designer
https://github.com/theprivileges/cloudinary-transform-designer
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/theprivileges/cloudinary-transform-designer
- Owner: theprivileges
- License: mit
- Created: 2021-03-26T21:46:20.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-10T00:56:21.000Z (over 1 year ago)
- Last Synced: 2024-04-08T16:17:54.405Z (8 months ago)
- Language: JavaScript
- Size: 2.08 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cloudinary Transform Designer
A tool to easily design your Cloudinary transforms to determine your configurations.## ⚡ Quick Start with Netlify
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/theprivileges/cloudinary-transform-designer)
## 🚀 Getting Started
### Requirements
* [Yarn](https://yarnpkg.com/en/)### Install Dependencies
```
yarn install
```### Start Development Server
```
yarn develop
```## 🧰 Environment
To predefine the account ID and cloud image ID, you can create an `.env.development` locally or set these variables as environment variables in the provider of your choice (like Netlify).```
GATSBY_ACCOUNT_CLOUD_NAME="[cloudinary account name]"
GATSBY_ACCOUNT_IMAGE_ID="[cloudinary image ID]"
```