• Vue Composable for optimizing background-image with Nuxt Image

    Returns {
        backgroundImageStyles: WritableComputedRef<{
            backgroundImage: string;
        }, string>;
    }

    writable computed value that will return the Vue style object with optimized image URL

    • backgroundImageStyles: WritableComputedRef<{
          backgroundImage: string;
      }, string>