Exposing internal provider logic to be consumed by other packages #1199
robinscholz
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi team,
first of all thanks for all the great work that has been done on Nuxt Image!
Would you be open to exposing, or possibly externalizing your internal provider logic, so that other packages could build upon it?
As part of Vue Equipment, we’d like to create a image component that combines the provider capabilities of Nuxt Image with the lazyloading and auto sizing of unlazy.
I also think there’d be plenty of other projects, possibly even outside the Vue cosmos, that could benefit from
createOperationsGenerator
as well as the already existing providers within Nuxt Image.It’d be great if you could consider moving part of the logic into a more low level package that Nuxt Image would consume as a dependency. Otherwise it’d be great if the providers and the existing logic could somehow be exposed via the
exports
in thepackage.json
.Beta Was this translation helpful? Give feedback.
All reactions