0.3.1 • Published 7 months ago
@scayle/nuxt-image-provider v0.3.1
@scayle/nuxt-image-provider
SCAYLE Nuxt image provider
The SCAYLE Nuxt Image Provider is an image provider based on Nuxt's @nuxt/image module, designed to work seamlessly with SCAYLE-specific image modifiers. It enhances image optimization and delivery by integrating directly with SCAYLE’s infrastructure.
Installation
# Using pnpm
pnpm add @scayle/nuxt-image-provider
# Using yarn
yarn add @scayle/nuxt-image-provider
# Using npm
npm install @scayle/nuxt-image-providerUsage
export default defineNuxtConfig({
image: {
providers: {
scayle: {
name: 'scayle',
provider: '@scayle/nuxt-image-provider',
},
},
},
})import { ScayleImg, ScaylePicture } from '#nuxt-image-provider/components'
<ScayleImg :width="300" brightness="1" should-trim />
<ScaylePicture :sizes="sizes" :width="300" brightness="1" should-trim />License
Licensed under the MIT License
What is SCAYLE?
SCAYLE is a full-featured e-commerce software solution that comes with flexible APIs. Within SCAYLE, you can manage all aspects of your shop, such as products, stocks, customers, and transactions.
Learn more about SCAYLE’s architecture and commerce modules in the Docs.