0.3.1 • Published 7 months ago

@scayle/nuxt-image-provider v0.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

@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-provider

Usage

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.

Other channels

0.3.1

7 months ago

0.3.0

8 months ago

0.2.5

9 months ago

0.2.4

9 months ago

0.2.3

9 months ago

0.2.2

9 months ago

0.2.1

9 months ago

0.2.0

9 months ago

0.1.1

9 months ago

0.1.0

9 months ago