cloudinary
cloudinary copied to clipboard
Add a script to generate assets
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
https://github.com/colbyfayock/next-cloudinary#uploading-example-images
https://github.com/colbyfayock/next-cloudinary/tree/main/scripts
Describe alternatives you've considered
Additional context
@Baroshem i was considering the idea of maintaining this script and the assets from https://github.com/colbyfayock/cloudinary-util
then in each of the documentation sets, we can simply refer to that, rather than repeating it everywhere
thoughts?
This sounds really good @colbyfayock.
This would allow other libraries like Next, Nuxt, or Svelte to share common code.
@colbyfayock
Do you think that I should add these scripts to the Nuxt Cloudinary package for easier local development?
i think it ideally live in each but for the sake of resuability im okay with it being in Cloudinary Util, i just haven't migrated it over there yet
as long as there's an easy way for someone to run it for any project they want to work on and its clear how to do that