Skip to content

Extract#505

Merged
colbyfayock merged 1 commit intomainfrom
feat/extract
Aug 28, 2024
Merged

Extract#505
colbyfayock merged 1 commit intomainfrom
feat/extract

Conversation

@colbyfayock
Copy link
Collaborator

Description

Adds support for Extract feature via URL Loader update.

Adds documentation for feature.

cloudinary-community/cloudinary-util#190
https://cloudinary.com/documentation/transformation_reference#e_extract

Usage

// String
extract="space jellyfish"

// Array of strings
extract={{
  prompt: ['space jellyfish', 'octocat'],
}}

// Object
extract={{
  prompt: 'space jellyfish',
  multiple: true,
  mode: 'mask', 
  invert: true
}}


// Object with prompt array
extract={{
  prompt: ['space jellyfish', 'octocat'],
  mode: 'mask', 
}}

@vercel
Copy link

vercel bot commented Aug 28, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
next-cloudinary ✅ Ready (Inspect) Visit Preview Aug 28, 2024 7:33pm

@colbyfayock colbyfayock merged commit 04691f5 into main Aug 28, 2024
@colbyfayock colbyfayock deleted the feat/extract branch August 28, 2024 19:36
github-actions bot pushed a commit that referenced this pull request Aug 28, 2024
# [6.11.0](v6.10.2...v6.11.0) (2024-08-28)

### Features

* Extract ([#505](#505)) ([04691f5](04691f5))
@github-actions
Copy link

🎉 This PR is included in version 6.11.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant