https://github.com/cosmicjs/imgix-extension
A powerful image processing tool for your Bucket. Some of the processing capabilities include resizing, compression, and more.
https://github.com/cosmicjs/imgix-extension
api cms javascript nodejs nuxt nuxtjs vue vuejs
Last synced: 12 months ago
JSON representation
A powerful image processing tool for your Bucket. Some of the processing capabilities include resizing, compression, and more.
- Host: GitHub
- URL: https://github.com/cosmicjs/imgix-extension
- Owner: cosmicjs
- Created: 2019-01-14T17:48:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T16:28:44.000Z (over 3 years ago)
- Last Synced: 2025-04-05T04:51:15.266Z (about 1 year ago)
- Topics: api, cms, javascript, nodejs, nuxt, nuxtjs, vue, vuejs
- Language: Vue
- Homepage: https://cosmicjs.com/extensions/imgix-editor
- Size: 2.43 MB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# imgix Extension
Cosmic JS Extension that integrates the [imgix Image Platform](https://imgix.com) with your Bucket.
[View Extension](https://cosmicjs.com/extensions/imgix-editor)
## Install the Extension
Follow these steps to install in your Cosmic JS Bucket:
### Option A: One click install
1. [Login to your Cosmic JS account](https://cosmicjs.com)
2. Go to Your Bucket > Settings > Extensions and find the imgix Images Extension
3. Click "Install"
### Option B: Upload install
1. Clone the repo locally
```
git clone https://github.com/cosmicjs/imgix-extension
```
2. Export the build zip
```
npm run export
```
3. Drag and drop the zip file into your Bucket Extension area located in Bucket > Settings > Extensions > Add Extension