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>
Vue Composable for optimizing background-image with Nuxt Image