You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As described in BKWLD/cloak-visual#2, the dependence on @nuxt/image makes it hard to use @cloak-app/visual outside of Nuxt. Right now I pass $img into the $cloakImg() helper:
As described in BKWLD/cloak-visual#2, the dependence on @nuxt/image makes it hard to use
@cloak-app/visual
outside of Nuxt. Right now I pass$img
into the$cloakImg()
helper:https://github.com/BKWLD/cloak-visual/blob/36b7cacf4bdbdf7c217fb19c05cef5dfd76533f3/plugins/helpers.js#L30
I'll need to make my own
$img
function that supports the same API and reads presets and config from the Nuxt config 😓 .The text was updated successfully, but these errors were encountered: